#02858E

Color #02858E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #02858E

Tints of Dark Cyan #02858E

Color information

#02858E (or 0x02858E) is unknown color: approx Dark Cyan. HEX triplet: 02, 85 and 8E. RGB value is (2,133,142). Sum of RGB (Red+Green+Blue) = 2+133+142=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #02858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02858E is #FD7A71. Grayscale: #5E5E5E. Windows color (decimal): -16611954 or 9340162. OLE color: 9340162.

HSL color Cylindrical-coordinate representation of color #02858E: hue angle of 183.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02858E is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2133142-
CMYK0.990.0600.44
HSL183.86º97.22%28.24%-
HSV(B)183.86º98.59%55.69%-
XYZ13.318.7428.51-
YUV94.86154.661.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=0.72%
G=48.01%
B=51.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21331420.990.0600.44183.8697.2228.24
Hex2858E63602Cb8611c
Octal2205216143605427014134
Binary1010000101100011101100011110010110010111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02858E; }

 p { color: rgb(2,133,142); }

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

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

 a { background-color: rgb(2,133,142); }

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

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

 span { border-color: rgb(2,133,142); }

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