#0F8162

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

Shades of Deep Sea #0F8162

Tints of Deep Sea #0F8162

Color information

#0F8162 (or 0x0F8162) is unknown color: approx Deep Sea. HEX triplet: 0F, 81 and 62. RGB value is (15,129,98). Sum of RGB (Red+Green+Blue) = 15+129+98=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8162 is #F07E9D. Grayscale: #5B5B5B. Windows color (decimal): -15761054 or 6455567. OLE color: 6455567.

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

Color convert

RGB1512998-
CMYK0.8800.240.49
HSL163.68º79.17%28.24%-
HSV(B)163.68º88.37%50.59%-
XYZ10.2516.6814.24-
YUV91.38131.7373.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 129 (50.78% from 255) = 53.31%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=6.20%
G=53.31%
B=40.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129980.8800.240.49163.6879.1728.24
HexF81625801831a44f1c
Octal172011421300306124411734
Binary1111100000011100010101100001100011000110100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,129,98); }

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

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

 a { background-color: rgb(15,129,98); }

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

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

 span { border-color: rgb(15,129,98); }

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