Html Css Color HEX #00878B Dark Cyan

📋 copy color: '#00878B'

red 0 ◦ green 135 ◦ blue 139

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

Shades of Dark Cyan #00878B

Tints of Dark Cyan #00878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 0%
G = 49.27%
B = 50.73%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00878B (or 0x00878B) is known color: Dark Cyan. HEX triplet: 00, 87 and 8B. RGB value is (0,135,139). Sum of RGB (Red+Green+Blue) = 0+135+139=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #00878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00878B is #FF7874. Grayscale: #5E5E5E. Windows color (decimal): -16742517 or 9144064. OLE color: 9144064.

HSL color Cylindrical-coordinate representation of color #00878B: hue angle of 181.73º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00878B is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 135 139 -
CMYK 1 0.03 0 0.45
HSL 181.73º 1% 0.27% -
HSV(B) 181.73º 1% 0.55% -
XYZ 13.32 19.19 27.43 -
YUV 95.09 152.77 60.17 -
System Red Green Blue C M Y K H S L
Decimal 0 135 139 1 0.03 0 0.45 181.73 1 0.27
Hex 0 87 8B 64 3 0 2D B6 64 1B
Octal 0 207 213 144 3 0 55 266 144 33
Binary 0 10000111 10001011 1100100 11 0 101101 10110110 1100100 11011

Color Harmonies of #00878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00878B

Black with #00878B

Text Example


Text Example

White with #00878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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