#0E958C

Color #0E958C Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0E958C

Tints of Dark Cyan #0E958C

Color information

#0E958C (or 0x0E958C) is unknown color: approx Dark Cyan. HEX triplet: 0E, 95 and 8C. RGB value is (14,149,140). Sum of RGB (Red+Green+Blue) = 14+149+140=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #0E958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E958C is #F16A73. Grayscale: #6B6B6B. Windows color (decimal): -15821428 or 9213198. OLE color: 9213198.

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

Color convert

RGB14149140-
CMYK0.9100.060.42
HSL176º82.82%31.96%-
HSV(B)176º90.6%58.43%-
XYZ15.6623.4828.52-
YUV107.61146.2761.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 140 (55.08% from 255) = 46.20%
R=4.62%
G=49.17%
B=46.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141491400.9100.060.4217682.8231.96
HexE958C5B062Ab05320
Octal16225214133065226012340
Binary1110100101011000110010110110110101010101100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E958C;
 }
 .AnyTagClassName
 {
   color: #0E958C;
 }
</style>
background-color css

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

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

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

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

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

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