#284552

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

Shades of Teal Blue #284552

Tints of Teal Blue #284552

Color information

#284552 (or 0x284552) is unknown color: approx Teal Blue. HEX triplet: 28, 45 and 52. RGB value is (40,69,82). Sum of RGB (Red+Green+Blue) = 40+69+82=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #284552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284552 is #D7BAAD. Grayscale: #3D3D3D. Windows color (decimal): -14138030 or 5391656. OLE color: 5391656.

HSL color Cylindrical-coordinate representation of color #284552: hue angle of 198.57º 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 #284552 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB406982-
CMYK0.510.1600.68
HSL198.57º34.43%23.92%-
HSV(B)198.57º51.22%32.16%-
XYZ4.535.328.77-
YUV61.81139.39112.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=20.94%
G=36.13%
B=42.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4069820.510.1600.68198.5734.4323.92
Hex2845523310044c72218
Octal50105122632001043074230
Binary1010001000101101001011001110000010001001100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284552; }

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

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

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

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

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

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

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

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