Html Css Color HEX #00868E Dark Cyan

📋 copy color: '#00868E'

red 0 ◦ green 134 ◦ blue 142

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

Shades of Dark Cyan #00868E

Tints of Dark Cyan #00868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.55%

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

R = 0%
G = 48.55%
B = 51.45%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00868E (or 0x00868E) is known color: Dark Cyan. HEX triplet: 00, 86 and 8E. RGB value is (0,134,142). Sum of RGB (Red+Green+Blue) = 0+134+142=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #00868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00868E is #FF7971. Grayscale: #5E5E5E. Windows color (decimal): -16742770 or 9340416. OLE color: 9340416.

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

Color convert

RGB 0 134 142 -
CMYK 1 0.06 0 0.44
HSL 183.38º 1% 0.28% -
HSV(B) 183.38º 1% 0.56% -
XYZ 13.41 19 28.55 -
YUV 94.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 0 134 142 1 0.06 0 0.44 183.38 1 0.28
Hex 0 86 8E 64 6 0 2C B7 64 1C
Octal 0 206 216 144 6 0 54 267 144 34
Binary 0 10000110 10001110 1100100 110 0 101100 10110111 1100100 11100

Color Harmonies of #00868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00868E

Black with #00868E

Text Example


Text Example

White with #00868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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