Html Css Color HEX #0E9184 Dark Cyan

📋 copy color: '#0E9184'

red 14 ◦ green 145 ◦ blue 132

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

Shades of Dark Cyan #0E9184

Tints of Dark Cyan #0E9184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 4.81%
G = 49.83%
B = 45.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#0E9184 (or 0x0E9184) is known color: Dark Cyan. HEX triplet: 0E, 91 and 84. RGB value is (14,145,132). Sum of RGB (Red+Green+Blue) = 14+145+132=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9184 is #F16E7B. Grayscale: #686868. Windows color (decimal): -15822460 or 8687886. OLE color: 8687886.

HSL color Cylindrical-coordinate representation of color #0E9184: hue angle of 174.05º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9184 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 145 132 -
CMYK 0.90 0 0.09 0.43
HSL 174.05º 0.82% 0.31% -
HSV(B) 174.05º 0.9% 0.57% -
XYZ 14.47 22.01 25.32 -
YUV 104.35 143.6 63.56 -
System Red Green Blue C M Y K H S L
Decimal 14 145 132 0.90 0 0.09 0.43 174.05 0.82 0.31
Hex E 91 84 5A 0 9 2B AE 52 1F
Octal 16 221 204 132 0 11 53 256 122 37
Binary 1110 10010001 10000100 1011010 0 1001 101011 10101110 1010010 11111

Color Harmonies of #0E9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9184

Black with #0E9184

Text Example


Text Example

White with #0E9184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,145,132); }

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

background-color css

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

 a { background-color: rgb(14,145,132); }

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

border-color css

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

 span { border-color: rgb(14,145,132); }

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