#0D8960

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

Shades of Deep Sea #0D8960

Tints of Deep Sea #0D8960

Color information

#0D8960 (or 0x0D8960) is unknown color: approx Deep Sea. HEX triplet: 0D, 89 and 60. RGB value is (13,137,96). Sum of RGB (Red+Green+Blue) = 13+137+96=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8960 is #F2769F. Grayscale: #5F5F5F. Windows color (decimal): -15890080 or 6326541. OLE color: 6326541.

HSL color Cylindrical-coordinate representation of color #0D8960: hue angle of 160.16º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8960 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1313796-
CMYK0.9100.300.46
HSL160.16º82.67%29.41%-
HSV(B)160.16º90.51%53.73%-
XYZ11.2218.8214.11-
YUV95.25128.4269.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 137 (53.91% from 255) = 55.69%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=5.28%
G=55.69%
B=39.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137960.9100.300.46160.1682.6729.41
HexD89605B01E2Ea0531d
Octal152111401330365624012335
Binary1101100010011100000101101101111010111010100000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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