#02878D

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

Shades of Dark Cyan #02878D

Tints of Dark Cyan #02878D

Color information

#02878D (or 0x02878D) is unknown color: approx Dark Cyan. HEX triplet: 02, 87 and 8D. RGB value is (2,135,141). Sum of RGB (Red+Green+Blue) = 2+135+141=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #02878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02878D is #FD7872. Grayscale: #5F5F5F. Windows color (decimal): -16611443 or 9275138. OLE color: 9275138.

HSL color Cylindrical-coordinate representation of color #02878D: hue angle of 182.59º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02878D is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2135141-
CMYK0.990.0400.45
HSL182.59º97.2%28.04%-
HSV(B)182.59º98.58%55.29%-
XYZ13.519.2628.21-
YUV95.92153.4461.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=0.72%
G=48.56%
B=50.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21351410.990.0400.45182.5997.228.04
Hex2878D63402Db7611c
Octal2207215143405526714134
Binary1010000111100011011100011100010110110110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02878D; }

 p { color: rgb(2,135,141); }

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

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

 a { background-color: rgb(2,135,141); }

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

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

 span { border-color: rgb(2,135,141); }

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