#284D57

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

Shades of Teal Blue #284D57

Tints of Teal Blue #284D57

Color information

#284D57 (or 0x284D57) is unknown color: approx Teal Blue. HEX triplet: 28, 4D and 57. RGB value is (40,77,87). Sum of RGB (Red+Green+Blue) = 40+77+87=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #284D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D57 is #D7B2A8. Grayscale: #434343. Windows color (decimal): -14135977 or 5721384. OLE color: 5721384.

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

Color convert

RGB407787-
CMYK0.540.1100.66
HSL192.77º37.01%24.9%-
HSV(B)192.77º54.02%34.12%-
XYZ5.256.459.98-
YUV67.08139.24108.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=19.61%
G=37.75%
B=42.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4077870.540.1100.66192.7737.0124.9
Hex284D5736B042c12519
Octal50115127661301023014531
Binary101000100110110101111101101011010000101100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,77,87); }

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

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

 a { background-color: rgb(40,77,87); }

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

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

 span { border-color: rgb(40,77,87); }

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