Html Css Color HEX #00878E Dark Cyan

📋 copy color: '#00878E'

red 0 ◦ green 135 ◦ blue 142

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

Shades of Dark Cyan #00878E

Tints of Dark Cyan #00878E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 48.74%
B = 51.26%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00878E (or 0x00878E) is known color: Dark Cyan. HEX triplet: 00, 87 and 8E. RGB value is (0,135,142). Sum of RGB (Red+Green+Blue) = 0+135+142=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 135 (53.12% from 255 or 48.74% 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 #00878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00878E is #FF7871. Grayscale: #5F5F5F. Windows color (decimal): -16742514 or 9340672. OLE color: 9340672.

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

Color convert

RGB 0 135 142 -
CMYK 1 0.05 0 0.44
HSL 182.96º 1% 0.28% -
HSV(B) 182.96º 1% 0.56% -
XYZ 13.55 19.28 28.6 -
YUV 95.43 154.27 59.93 -
System Red Green Blue C M Y K H S L
Decimal 0 135 142 1 0.05 0 0.44 182.96 1 0.28
Hex 0 87 8E 64 5 0 2C B7 64 1C
Octal 0 207 216 144 5 0 54 267 144 34
Binary 0 10000111 10001110 1100100 101 0 101100 10110111 1100100 11100

Color Harmonies of #00878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00878E

Black with #00878E

Text Example


Text Example

White with #00878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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