#0F8863

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

Shades of Deep Sea #0F8863

Tints of Deep Sea #0F8863

Color information

#0F8863 (or 0x0F8863) is unknown color: approx Deep Sea. HEX triplet: 0F, 88 and 63. RGB value is (15,136,99). Sum of RGB (Red+Green+Blue) = 15+136+99=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8863 is #F0779C. Grayscale: #5F5F5F. Windows color (decimal): -15759261 or 6522895. OLE color: 6522895.

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

Color convert

RGB1513699-
CMYK0.8900.270.47
HSL161.65º80.13%29.61%-
HSV(B)161.65º88.97%53.33%-
XYZ11.2518.6114.8-
YUV95.6129.9170.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=6%
G=54.4%
B=39.6%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15136990.8900.270.47161.6580.1329.61
HexF88635901B2Fa2501e
Octal172101431310335724212036
Binary1111100010001100011101100101101110111110100010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,136,99); }

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

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

 a { background-color: rgb(15,136,99); }

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

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

 span { border-color: rgb(15,136,99); }

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