#0F8066

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

Shades of Deep Sea #0F8066

Tints of Deep Sea #0F8066

Color information

#0F8066 (or 0x0F8066) is unknown color: approx Deep Sea. HEX triplet: 0F, 80 and 66. RGB value is (15,128,102). Sum of RGB (Red+Green+Blue) = 15+128+102=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8066 is #F07F99. Grayscale: #5B5B5B. Windows color (decimal): -15761306 or 6717455. OLE color: 6717455.

HSL color Cylindrical-coordinate representation of color #0F8066: hue angle of 166.19º 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 #0F8066 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB15128102-
CMYK0.8800.200.50
HSL166.19º79.02%28.04%-
HSV(B)166.19º88.28%50.2%-
XYZ10.3116.515.21-
YUV91.25134.0673.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=6.12%
G=52.24%
B=41.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151281020.8800.200.50166.1979.0228.04
HexF80665801432a64f1c
Octal172001461300246224611734
Binary1111100000001100110101100001010011001010100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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