Html Css Color HEX #02878E Dark Cyan

📋 copy color: '#02878E'

red 2 ◦ green 135 ◦ blue 142

#02878E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #02878E

Tints of Dark Cyan #02878E

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 135 (53.13% from 255) = 48.39%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 0.72%
G = 48.39%
B = 50.9%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02878E (or 0x02878E) is known color: Dark Cyan. HEX triplet: 02, 87 and 8E. RGB value is (2,135,142). Sum of RGB (Red+Green+Blue) = 2+135+142=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #02878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02878E is #FD7871. Grayscale: #5F5F5F. Windows color (decimal): -16611442 or 9340674. OLE color: 9340674.

HSL color Cylindrical-coordinate representation of color #02878E: hue angle of 183º 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 #02878E is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 135 142 -
CMYK 0.99 0.05 0 0.44
HSL 183º 0.97% 0.28% -
HSV(B) 183º 0.99% 0.56% -
XYZ 13.57 19.29 28.6 -
YUV 96.03 153.94 60.93 -
System Red Green Blue C M Y K H S L
Decimal 2 135 142 0.99 0.05 0 0.44 183 0.97 0.28
Hex 2 87 8E 63 5 0 2C B7 61 1C
Octal 2 207 216 143 5 0 54 267 141 34
Binary 10 10000111 10001110 1100011 101 0 101100 10110111 1100001 11100

Color Harmonies of #02878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02878E

Black with #02878E

Text Example


Text Example

White with #02878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02878E;
 }
 .AnyTagClassName
 {
   color: #02878E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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