#0D7960

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

Shades of Deep Sea #0D7960

Tints of Deep Sea #0D7960

Color information

#0D7960 (or 0x0D7960) is unknown color: approx Deep Sea. HEX triplet: 0D, 79 and 60. RGB value is (13,121,96). Sum of RGB (Red+Green+Blue) = 13+121+96=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7960 is #F2869F. Grayscale: #555555. Windows color (decimal): -15894176 or 6322445. OLE color: 6322445.

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

Color convert

RGB1312196-
CMYK0.8900.210.53
HSL166.11º80.6%26.27%-
HSV(B)166.11º89.26%47.45%-
XYZ9.1114.613.4-
YUV85.86133.7276.03-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.65%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=5.65%
G=52.61%
B=41.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121960.8900.210.53166.1180.626.27
HexD79605901535a6511a
Octal151711401310256524612132
Binary110111110011100000101100101010111010110100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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