Html Css Color HEX #0E9887 Dark Cyan

📋 copy color: '#0E9887'

red 14 ◦ green 152 ◦ blue 135

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

Shades of Dark Cyan #0E9887

Tints of Dark Cyan #0E9887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.5%

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 4.65%
G = 50.5%
B = 44.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#0E9887 (or 0x0E9887) is known color: Dark Cyan. HEX triplet: 0E, 98 and 87. RGB value is (14,152,135). Sum of RGB (Red+Green+Blue) = 14+152+135=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9887 is #F16778. Grayscale: #6C6C6C. Windows color (decimal): -15820665 or 8886286. OLE color: 8886286.

HSL color Cylindrical-coordinate representation of color #0E9887: hue angle of 172.61º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9887 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 152 135 -
CMYK 0.91 0 0.11 0.40
HSL 172.61º 0.83% 0.33% -
HSV(B) 172.61º 0.91% 0.6% -
XYZ 15.78 24.3 26.78 -
YUV 108.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 14 152 135 0.91 0 0.11 0.40 172.61 0.83 0.33
Hex E 98 87 5B 0 B 28 AD 53 21
Octal 16 230 207 133 0 13 50 255 123 41
Binary 1110 10011000 10000111 1011011 0 1011 101000 10101101 1010011 100001

Color Harmonies of #0E9887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9887

Black with #0E9887

Text Example


Text Example

White with #0E9887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,152,135); }

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

background-color css

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

 a { background-color: rgb(14,152,135); }

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

border-color css

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

 span { border-color: rgb(14,152,135); }

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