Html Css Color HEX #0E8787 Dark Cyan

📋 copy color: '#0E8787'

red 14 ◦ green 135 ◦ blue 135

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

Shades of Dark Cyan #0E8787

Tints of Dark Cyan #0E8787

RGB

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

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

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

R = 4.93%
G = 47.54%
B = 47.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E8787 (or 0x0E8787) is known color: Dark Cyan. HEX triplet: 0E, 87 and 87. RGB value is (14,135,135). Sum of RGB (Red+Green+Blue) = 14+135+135=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #0E8787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8787 is #F17878. Grayscale: #626262. Windows color (decimal): -15825017 or 8881934. OLE color: 8881934.

HSL color Cylindrical-coordinate representation of color #0E8787: hue angle of 180º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8787 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 135 135 -
CMYK 0.90 0 0 0.47
HSL 180º 0.81% 0.29% -
HSV(B) 180º 0.9% 0.53% -
XYZ 13.22 19.17 25.93 -
YUV 98.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 14 135 135 0.90 0 0 0.47 180 0.81 0.29
Hex E 87 87 5A 0 0 2F B4 51 1D
Octal 16 207 207 132 0 0 57 264 121 35
Binary 1110 10000111 10000111 1011010 0 0 101111 10110100 1010001 11101

Color Harmonies of #0E8787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8787

Black with #0E8787

Text Example


Text Example

White with #0E8787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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