Html Css Color HEX #0E9596 Dark Cyan

📋 copy color: '#0E9596'

red 14 ◦ green 149 ◦ blue 150

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

Shades of Dark Cyan #0E9596

Tints of Dark Cyan #0E9596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 4.47%
G = 47.6%
B = 47.92%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0E9596 (or 0x0E9596) is known color: Dark Cyan. HEX triplet: 0E, 95 and 96. RGB value is (14,149,150). Sum of RGB (Red+Green+Blue) = 14+149+150=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E9596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9596 is #F16A69. Grayscale: #6C6C6C. Windows color (decimal): -15821418 or 9868558. OLE color: 9868558.

HSL color Cylindrical-coordinate representation of color #0E9596: hue angle of 180.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9596 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 149 150 -
CMYK 0.91 0.01 0 0.41
HSL 180.44º 0.83% 0.32% -
HSV(B) 180.44º 0.91% 0.59% -
XYZ 16.43 23.79 32.58 -
YUV 108.75 151.27 60.42 -
System Red Green Blue C M Y K H S L
Decimal 14 149 150 0.91 0.01 0 0.41 180.44 0.83 0.32
Hex E 95 96 5B 1 0 29 B4 53 20
Octal 16 225 226 133 1 0 51 264 123 40
Binary 1110 10010101 10010110 1011011 1 0 101001 10110100 1010011 100000

Color Harmonies of #0E9596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9596

Black with #0E9596

Text Example


Text Example

White with #0E9596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,149,150); }

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

background-color css

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

 a { background-color: rgb(14,149,150); }

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

border-color css

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

 span { border-color: rgb(14,149,150); }

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