Html Css Color HEX #0E968B Dark Cyan

📋 copy color: '#0E968B'

red 14 ◦ green 150 ◦ blue 139

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

Shades of Dark Cyan #0E968B

Tints of Dark Cyan #0E968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 4.62%
G = 49.5%
B = 45.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#0E968B (or 0x0E968B) is known color: Dark Cyan. HEX triplet: 0E, 96 and 8B. RGB value is (14,150,139). Sum of RGB (Red+Green+Blue) = 14+150+139=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #0E968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E968B is #F16974. Grayscale: #6B6B6B. Windows color (decimal): -15821173 or 9147918. OLE color: 9147918.

HSL color Cylindrical-coordinate representation of color #0E968B: hue angle of 175.15º 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 #0E968B is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 150 139 -
CMYK 0.91 0 0.07 0.41
HSL 175.15º 0.83% 0.32% -
HSV(B) 175.15º 0.91% 0.59% -
XYZ 15.75 23.77 28.18 -
YUV 108.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 14 150 139 0.91 0 0.07 0.41 175.15 0.83 0.32
Hex E 96 8B 5B 0 7 29 AF 53 20
Octal 16 226 213 133 0 7 51 257 123 40
Binary 1110 10010110 10001011 1011011 0 111 101001 10101111 1010011 100000

Color Harmonies of #0E968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E968B

Black with #0E968B

Text Example


Text Example

White with #0E968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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