#0D895F

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

Shades of Deep Sea #0D895F

Tints of Deep Sea #0D895F

Color information

#0D895F (or 0x0D895F) is unknown color: approx Deep Sea. HEX triplet: 0D, 89 and 5F. RGB value is (13,137,95). Sum of RGB (Red+Green+Blue) = 13+137+95=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #0D895F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D895F is #F276A0. Grayscale: #5F5F5F. Windows color (decimal): -15890081 or 6261005. OLE color: 6261005.

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

Color convert

RGB1313795-
CMYK0.9100.310.46
HSL159.68º82.67%29.41%-
HSV(B)159.68º90.51%53.73%-
XYZ11.1818.813.87-
YUV95.14127.9269.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=5.31%
G=55.92%
B=38.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137950.9100.310.46159.6882.6729.41
HexD895F5B01F2Ea0531d
Octal152111371330375624012335
Binary1101100010011011111101101101111110111010100000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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