#0F7F68

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

Shades of Deep Sea #0F7F68

Tints of Deep Sea #0F7F68

Color information

#0F7F68 (or 0x0F7F68) is unknown color: approx Deep Sea. HEX triplet: 0F, 7F and 68. RGB value is (15,127,104). Sum of RGB (Red+Green+Blue) = 15+127+104=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7F68 is #F08097. Grayscale: #5A5A5A. Windows color (decimal): -15761560 or 6848271. OLE color: 6848271.

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

Color convert

RGB15127104-
CMYK0.8800.180.50
HSL167.68º78.87%27.84%-
HSV(B)167.68º88.19%49.8%-
XYZ10.2916.2815.7-
YUV90.89135.3973.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=6.10%
G=51.63%
B=42.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151271040.8800.180.50167.6878.8727.84
HexF7F685801232a84f1c
Octal171771501300226225011734
Binary111111111111101000101100001001011001010101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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