Html Css Color HEX #0E8C88 Dark Cyan

📋 copy color: '#0E8C88'

red 14 ◦ green 140 ◦ blue 136

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

Shades of Dark Cyan #0E8C88

Tints of Dark Cyan #0E8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.28%

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 4.83%
G = 48.28%
B = 46.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#0E8C88 (or 0x0E8C88) is known color: Dark Cyan. HEX triplet: 0E, 8C and 88. RGB value is (14,140,136). Sum of RGB (Red+Green+Blue) = 14+140+136=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #0E8C88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8C88 is #F17377. Grayscale: #656565. Windows color (decimal): -15823736 or 8948750. OLE color: 8948750.

HSL color Cylindrical-coordinate representation of color #0E8C88: hue angle of 178.1º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8C88 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 140 136 -
CMYK 0.90 0 0.03 0.45
HSL 178.1º 0.82% 0.3% -
HSV(B) 178.1º 0.9% 0.55% -
XYZ 14 20.63 26.54 -
YUV 101.87 147.26 65.33 -
System Red Green Blue C M Y K H S L
Decimal 14 140 136 0.90 0 0.03 0.45 178.1 0.82 0.3
Hex E 8C 88 5A 0 3 2D B2 52 1E
Octal 16 214 210 132 0 3 55 262 122 36
Binary 1110 10001100 10001000 1011010 0 11 101101 10110010 1010010 11110

Color Harmonies of #0E8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8C88

Black with #0E8C88

Text Example


Text Example

White with #0E8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,140,136); }

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

background-color css

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

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

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

border-color css

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

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

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