#285860

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

Shades of Teal Blue #285860

Tints of Teal Blue #285860

Color information

#285860 (or 0x285860) is unknown color: approx Teal Blue. HEX triplet: 28, 58 and 60. RGB value is (40,88,96). Sum of RGB (Red+Green+Blue) = 40+88+96=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #285860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285860 is #D7A79F. Grayscale: #4A4A4A. Windows color (decimal): -14133152 or 6314024. OLE color: 6314024.

HSL color Cylindrical-coordinate representation of color #285860: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285860 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB408896-
CMYK0.580.0800.62
HSL188.57º41.18%26.67%-
HSV(B)188.57º58.33%37.65%-
XYZ6.488.2812.32-
YUV74.56140.1103.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=17.86%
G=39.29%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4088960.580.0800.62188.5741.1826.67
Hex2858603A803Ebd291b
Octal5013014072100762755133
Binary10100010110001100000111010100001111101011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285860; }

 p { color: rgb(40,88,96); }

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

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

 a { background-color: rgb(40,88,96); }

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

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

 span { border-color: rgb(40,88,96); }

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