#0F7C58

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

Shades of Deep Sea #0F7C58

Tints of Deep Sea #0F7C58

Color information

#0F7C58 (or 0x0F7C58) is unknown color: approx Deep Sea. HEX triplet: 0F, 7C and 58. RGB value is (15,124,88). Sum of RGB (Red+Green+Blue) = 15+124+88=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C58 is #F083A7. Grayscale: #575757. Windows color (decimal): -15762344 or 5798927. OLE color: 5798927.

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

Color convert

RGB1512488-
CMYK0.8800.290.51
HSL160.18º78.42%27.25%-
HSV(B)160.18º87.9%48.63%-
XYZ9.1715.2211.69-
YUV87.3128.3976.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=6.61%
G=54.63%
B=38.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15124880.8800.290.51160.1878.4227.25
HexF7C585801D33a04e1b
Octal171741301300356324011633
Binary111111111001011000101100001110111001110100000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,124,88); }

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

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

 a { background-color: rgb(15,124,88); }

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

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

 span { border-color: rgb(15,124,88); }

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