#284F56

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

Shades of Teal Blue #284F56

Tints of Teal Blue #284F56

Color information

#284F56 (or 0x284F56) is unknown color: approx Teal Blue. HEX triplet: 28, 4F and 56. RGB value is (40,79,86). Sum of RGB (Red+Green+Blue) = 40+79+86=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #284F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F56 is #D7B0A9. Grayscale: #444444. Windows color (decimal): -14135466 or 5656360. OLE color: 5656360.

HSL color Cylindrical-coordinate representation of color #284F56: hue angle of 189.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284F56 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB407986-
CMYK0.530.0800.66
HSL189.13º36.51%24.71%-
HSV(B)189.13º53.49%33.73%-
XYZ5.356.719.82-
YUV68.14138.08107.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=19.51%
G=38.54%
B=41.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4079860.530.0800.66189.1336.5124.71
Hex284F56358042bd2519
Octal50117126651001022754531
Binary101000100111110101101101011000010000101011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284F56; }

 p { color: rgb(40,79,86); }

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

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

 a { background-color: rgb(40,79,86); }

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

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

 span { border-color: rgb(40,79,86); }

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