#0F7657

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

Shades of Deep Sea #0F7657

Tints of Deep Sea #0F7657

Color information

#0F7657 (or 0x0F7657) is unknown color: approx Deep Sea. HEX triplet: 0F, 76 and 57. RGB value is (15,118,87). Sum of RGB (Red+Green+Blue) = 15+118+87=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7657 is #F089A8. Grayscale: #535353. Windows color (decimal): -15763881 or 5731855. OLE color: 5731855.

HSL color Cylindrical-coordinate representation of color #0F7657: hue angle of 161.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7657 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1511887-
CMYK0.8700.260.54
HSL161.94º77.44%26.08%-
HSV(B)161.94º87.29%46.27%-
XYZ8.413.7511.23-
YUV83.67129.8879.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.82%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=6.82%
G=53.64%
B=39.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15118870.8700.260.54161.9477.4426.08
HexF76575701A36a24d1a
Octal171661271270326624211532
Binary111111101101010111101011101101011011010100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,118,87); }

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

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

 a { background-color: rgb(15,118,87); }

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

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

 span { border-color: rgb(15,118,87); }

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