#0F875B

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

Shades of Deep Sea #0F875B

Tints of Deep Sea #0F875B

Color information

#0F875B (or 0x0F875B) is unknown color: approx Deep Sea. HEX triplet: 0F, 87 and 5B. RGB value is (15,135,91). Sum of RGB (Red+Green+Blue) = 15+135+91=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #0F875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F875B is #F078A4. Grayscale: #5E5E5E. Windows color (decimal): -15759525 or 5998351. OLE color: 5998351.

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

Color convert

RGB1513591-
CMYK0.8900.330.47
HSL158º80%29.41%-
HSV(B)158º88.89%52.94%-
XYZ10.7518.1812.84-
YUV94.1126.2471.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=6.22%
G=56.02%
B=37.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15135910.8900.330.471588029.41
HexF875B590212F9e501d
Octal172071331310415723612035
Binary11111000011110110111011001010000110111110011110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,135,91); }

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

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

 a { background-color: rgb(15,135,91); }

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

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

 span { border-color: rgb(15,135,91); }

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