#0E7960

Color #0E7960 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #0E7960

Tints of Deep Sea #0E7960

Color information

#0E7960 (or 0x0E7960) is unknown color: approx Deep Sea. HEX triplet: 0E, 79 and 60. RGB value is (14,121,96). Sum of RGB (Red+Green+Blue) = 14+121+96=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7960 is #F1869F. Grayscale: #565656. Windows color (decimal): -15828640 or 6322446. OLE color: 6322446.

HSL color Cylindrical-coordinate representation of color #0E7960: hue angle of 165.98º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7960 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1412196-
CMYK0.8800.210.53
HSL165.98º79.26%26.47%-
HSV(B)165.98º88.43%47.45%-
XYZ9.1314.6113.41-
YUV86.16133.5576.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=6.06%
G=52.38%
B=41.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14121960.8800.210.53165.9879.2626.47
HexE79605801535a64f1a
Octal161711401300256524611732
Binary111011110011100000101100001010111010110100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,96); }

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

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

 a { background-color: rgb(14,121,96); }

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

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

 span { border-color: rgb(14,121,96); }

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