#28575F

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

Shades of Teal Blue #28575F

Tints of Teal Blue #28575F

Color information

#28575F (or 0x28575F) is unknown color: approx Teal Blue. HEX triplet: 28, 57 and 5F. RGB value is (40,87,95). Sum of RGB (Red+Green+Blue) = 40+87+95=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #28575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28575F is #D7A8A0. Grayscale: #494949. Windows color (decimal): -14133409 or 6248232. OLE color: 6248232.

HSL color Cylindrical-coordinate representation of color #28575F: hue angle of 188.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28575F is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB408795-
CMYK0.580.0800.63
HSL188.73º40.74%26.47%-
HSV(B)188.73º57.89%37.25%-
XYZ6.358.0912.05-
YUV73.86139.93103.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=18.02%
G=39.19%
B=42.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4087950.580.0800.63188.7340.7426.47
Hex28575F3A803Fbd291a
Octal5012713772100772755132
Binary10100010101111011111111010100001111111011110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28575F; }

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

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

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

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

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

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

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

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