#0F7F69

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

Shades of Deep Sea #0F7F69

Tints of Deep Sea #0F7F69

Color information

#0F7F69 (or 0x0F7F69) is unknown color: approx Deep Sea. HEX triplet: 0F, 7F and 69. RGB value is (15,127,105). Sum of RGB (Red+Green+Blue) = 15+127+105=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7F69 is #F08096. Grayscale: #5A5A5A. Windows color (decimal): -15761559 or 6913807. OLE color: 6913807.

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

Color convert

RGB15127105-
CMYK0.8800.170.50
HSL168.21º78.87%27.84%-
HSV(B)168.21º88.19%49.8%-
XYZ10.3416.315.97-
YUV91135.8973.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.07%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=6.07%
G=51.42%
B=42.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151271050.8800.170.50168.2178.8727.84
HexF7F695801132a84f1c
Octal171771511300216225011734
Binary111111111111101001101100001000111001010101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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