Html Css Color HEX #0E8389 Dark Cyan

📋 copy color: '#0E8389'

red 14 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #0E8389

Tints of Dark Cyan #0E8389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 4.96%
G = 46.45%
B = 48.58%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E8389 (or 0x0E8389) is known color: Dark Cyan. HEX triplet: 0E, 83 and 89. RGB value is (14,131,137). Sum of RGB (Red+Green+Blue) = 14+131+137=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E8389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8389 is #F17C76. Grayscale: #606060. Windows color (decimal): -15826039 or 9011982. OLE color: 9011982.

HSL color Cylindrical-coordinate representation of color #0E8389: hue angle of 182.93º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8389 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 131 137 -
CMYK 0.90 0.04 0 0.46
HSL 182.93º 0.81% 0.3% -
HSV(B) 182.93º 0.9% 0.54% -
XYZ 12.81 18.13 26.49 -
YUV 96.7 150.74 69.01 -
System Red Green Blue C M Y K H S L
Decimal 14 131 137 0.90 0.04 0 0.46 182.93 0.81 0.3
Hex E 83 89 5A 4 0 2E B7 51 1E
Octal 16 203 211 132 4 0 56 267 121 36
Binary 1110 10000011 10001001 1011010 100 0 101110 10110111 1010001 11110

Color Harmonies of #0E8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8389

Black with #0E8389

Text Example


Text Example

White with #0E8389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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