Html Css Color HEX #0E8289 Dark Cyan

📋 copy color: '#0E8289'

red 14 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #0E8289

Tints of Dark Cyan #0E8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

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

R = 4.98%
G = 46.26%
B = 48.75%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E8289 (or 0x0E8289) is known color: Dark Cyan. HEX triplet: 0E, 82 and 89. RGB value is (14,130,137). Sum of RGB (Red+Green+Blue) = 14+130+137=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E8289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8289 is #F17D76. Grayscale: #5F5F5F. Windows color (decimal): -15826295 or 9011726. OLE color: 9011726.

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

Color convert

RGB 14 130 137 -
CMYK 0.90 0.05 0 0.46
HSL 183.41º 0.81% 0.3% -
HSV(B) 183.41º 0.9% 0.54% -
XYZ 12.68 17.86 26.45 -
YUV 96.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 14 130 137 0.90 0.05 0 0.46 183.41 0.81 0.3
Hex E 82 89 5A 5 0 2E B7 51 1E
Octal 16 202 211 132 5 0 56 267 121 36
Binary 1110 10000010 10001001 1011010 101 0 101110 10110111 1010001 11110

Color Harmonies of #0E8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8289

Black with #0E8289

Text Example


Text Example

White with #0E8289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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