#0F806F

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

Shades of Deep Sea #0F806F

Tints of Deep Sea #0F806F

Color information

#0F806F (or 0x0F806F) is unknown color: approx Deep Sea. HEX triplet: 0F, 80 and 6F. RGB value is (15,128,111). Sum of RGB (Red+Green+Blue) = 15+128+111=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #0F806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F806F is #F07F90. Grayscale: #5C5C5C. Windows color (decimal): -15761297 or 7307279. OLE color: 7307279.

HSL color Cylindrical-coordinate representation of color #0F806F: hue angle of 170.97º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F806F is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB15128111-
CMYK0.8800.130.50
HSL170.97º79.02%28.04%-
HSV(B)170.97º88.28%50.2%-
XYZ10.7916.6917.69-
YUV92.28138.5672.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=5.91%
G=50.39%
B=43.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151281110.8800.130.50170.9779.0228.04
HexF806F580D32ab4f1c
Octal172001571300156225311734
Binary111110000000110111110110000110111001010101011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,128,111); }

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

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

 a { background-color: rgb(15,128,111); }

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

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

 span { border-color: rgb(15,128,111); }

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