Html Css Color HEX #0E9388 Dark Cyan

📋 copy color: '#0E9388'

red 14 ◦ green 147 ◦ blue 136

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

Shades of Dark Cyan #0E9388

Tints of Dark Cyan #0E9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 4.71%
G = 49.49%
B = 45.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#0E9388 (or 0x0E9388) is known color: Dark Cyan. HEX triplet: 0E, 93 and 88. RGB value is (14,147,136). Sum of RGB (Red+Green+Blue) = 14+147+136=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9388 is #F16C77. Grayscale: #696969. Windows color (decimal): -15821944 or 8950542. OLE color: 8950542.

HSL color Cylindrical-coordinate representation of color #0E9388: hue angle of 175.04º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9388 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 136 -
CMYK 0.90 0 0.07 0.42
HSL 175.04º 0.83% 0.32% -
HSV(B) 175.04º 0.9% 0.58% -
XYZ 15.06 22.74 26.89 -
YUV 105.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 14 147 136 0.90 0 0.07 0.42 175.04 0.83 0.32
Hex E 93 88 5A 0 7 2A AF 53 20
Octal 16 223 210 132 0 7 52 257 123 40
Binary 1110 10010011 10001000 1011010 0 111 101010 10101111 1010011 100000

Color Harmonies of #0E9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9388

Black with #0E9388

Text Example


Text Example

White with #0E9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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