#0F8168

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

Shades of Deep Sea #0F8168

Tints of Deep Sea #0F8168

Color information

#0F8168 (or 0x0F8168) is unknown color: approx Deep Sea. HEX triplet: 0F, 81 and 68. RGB value is (15,129,104). Sum of RGB (Red+Green+Blue) = 15+129+104=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8168 is #F07E97. Grayscale: #5C5C5C. Windows color (decimal): -15761048 or 6848783. OLE color: 6848783.

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

Color convert

RGB15129104-
CMYK0.8800.190.49
HSL166.84º79.17%28.24%-
HSV(B)166.84º88.37%50.59%-
XYZ10.5516.815.78-
YUV92.06134.7373.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=6.05%
G=52.02%
B=41.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151291040.8800.190.49166.8479.1728.24
HexF81685801331a74f1c
Octal172011501300236124711734
Binary1111100000011101000101100001001111000110100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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