Html Css Color HEX #0E8388 Dark Cyan

📋 copy color: '#0E8388'

red 14 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #0E8388

Tints of Dark Cyan #0E8388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 4.98%
G = 46.62%
B = 48.4%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E8388 (or 0x0E8388) is known color: Dark Cyan. HEX triplet: 0E, 83 and 88. RGB value is (14,131,136). Sum of RGB (Red+Green+Blue) = 14+131+136=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #0E8388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8388 is #F17C77. Grayscale: #606060. Windows color (decimal): -15826040 or 8946446. OLE color: 8946446.

HSL color Cylindrical-coordinate representation of color #0E8388: hue angle of 182.46º 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 #0E8388 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 131 136 -
CMYK 0.90 0.04 0 0.47
HSL 182.46º 0.81% 0.29% -
HSV(B) 182.46º 0.9% 0.53% -
XYZ 12.74 18.1 26.12 -
YUV 96.59 150.24 69.09 -
System Red Green Blue C M Y K H S L
Decimal 14 131 136 0.90 0.04 0 0.47 182.46 0.81 0.29
Hex E 83 88 5A 4 0 2F B6 51 1D
Octal 16 203 210 132 4 0 57 266 121 35
Binary 1110 10000011 10001000 1011010 100 0 101111 10110110 1010001 11101

Color Harmonies of #0E8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8388

Black with #0E8388

Text Example


Text Example

White with #0E8388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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