Html Css Color HEX #0E8E84 Dark Cyan

📋 copy color: '#0E8E84'

red 14 ◦ green 142 ◦ blue 132

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

Shades of Dark Cyan #0E8E84

Tints of Dark Cyan #0E8E84

RGB

 RED value IS 14 (5.86% from 255) = 4.86%

 GREEN value IS 142 (55.86% from 255) = 49.31%

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 4.86%
G = 49.31%
B = 45.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#0E8E84 (or 0x0E8E84) is known color: Dark Cyan. HEX triplet: 0E, 8E and 84. RGB value is (14,142,132). Sum of RGB (Red+Green+Blue) = 14+142+132=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #0E8E84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8E84 is #F1717B. Grayscale: #666666. Windows color (decimal): -15823228 or 8687118. OLE color: 8687118.

HSL color Cylindrical-coordinate representation of color #0E8E84: hue angle of 175.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8E84 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 142 132 -
CMYK 0.90 0 0.07 0.44
HSL 175.31º 0.82% 0.31% -
HSV(B) 175.31º 0.9% 0.56% -
XYZ 14.02 21.11 25.16 -
YUV 102.59 144.59 64.81 -
System Red Green Blue C M Y K H S L
Decimal 14 142 132 0.90 0 0.07 0.44 175.31 0.82 0.31
Hex E 8E 84 5A 0 7 2C AF 52 1F
Octal 16 216 204 132 0 7 54 257 122 37
Binary 1110 10001110 10000100 1011010 0 111 101100 10101111 1010010 11111

Color Harmonies of #0E8E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8E84

Black with #0E8E84

Text Example


Text Example

White with #0E8E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E8E84; }

 p { color: rgb(14,142,132); }

 H1.HeaderClassName
 {
   color: #0E8E84;
 }
 .AnyTagClassName
 {
   color: #0E8E84;
 }
</style>

background-color css

<style>
 a { background-color: #0E8E84; }

 a { background-color: rgb(14,142,132); }

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

border-color css

<style>
 span { border-color: #0E8E84; }

 span { border-color: rgb(14,142,132); }

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