#284852

Color #284852 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #284852

Tints of Teal Blue #284852

Color information

#284852 (or 0x284852) is unknown color: approx Teal Blue. HEX triplet: 28, 48 and 52. RGB value is (40,72,82). Sum of RGB (Red+Green+Blue) = 40+72+82=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #284852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284852 is #D7B7AD. Grayscale: #3F3F3F. Windows color (decimal): -14137262 or 5392424. OLE color: 5392424.

HSL color Cylindrical-coordinate representation of color #284852: hue angle of 194.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284852 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB407282-
CMYK0.510.1200.68
HSL194.29º34.43%23.92%-
HSV(B)194.29º51.22%32.16%-
XYZ4.725.78.83-
YUV63.57138.4111.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=20.62%
G=37.11%
B=42.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4072820.510.1200.68194.2934.4323.92
Hex28485233C044c22218
Octal50110122631401043024230
Binary101000100100010100101100111100010001001100001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284852; }

 p { color: rgb(40,72,82); }

 H1.HeaderClassName
 {
   color: #284852;
 }
 .AnyTagClassName
 {
   color: #284852;
 }
</style>
background-color css

<style>
 a { background-color: #284852; }

 a { background-color: rgb(40,72,82); }

 div.DivClassName
 {
   background-color: #284852;
 }
 .BgClassName
 {
   background-color: #284852;
 }
</style>
border-color css

<style>
 span { border-color: #284852; }

 span { border-color: rgb(40,72,82); }

 td.TdClassName
 {
   border-color: #284852;
 }
 .TagClassName
 {
   border-color: #284852;
 }
</style>