#0F895A

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

Shades of Deep Sea #0F895A

Tints of Deep Sea #0F895A

Color information

#0F895A (or 0x0F895A) is unknown color: approx Deep Sea. HEX triplet: 0F, 89 and 5A. RGB value is (15,137,90). Sum of RGB (Red+Green+Blue) = 15+137+90=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #0F895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F895A is #F076A5. Grayscale: #5F5F5F. Windows color (decimal): -15759014 or 5933327. OLE color: 5933327.

HSL color Cylindrical-coordinate representation of color #0F895A: hue angle of 156.89º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F895A is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1513790-
CMYK0.8900.340.46
HSL156.89º80.26%29.8%-
HSV(B)156.89º89.05%53.73%-
XYZ10.9918.7312.71-
YUV95.16125.0870.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=6.20%
G=56.61%
B=37.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15137900.8900.340.46156.8980.2629.8
HexF895A590222E9d501e
Octal172111321310425623512036
Binary11111000100110110101011001010001010111010011101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,90); }

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

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

 a { background-color: rgb(15,137,90); }

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

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

 span { border-color: rgb(15,137,90); }

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