#0F7B6D

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

Shades of Deep Sea #0F7B6D

Tints of Deep Sea #0F7B6D

Color information

#0F7B6D (or 0x0F7B6D) is unknown color: approx Deep Sea. HEX triplet: 0F, 7B and 6D. RGB value is (15,123,109). Sum of RGB (Red+Green+Blue) = 15+123+109=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B6D is #F08492. Grayscale: #595959. Windows color (decimal): -15762579 or 7174927. OLE color: 7174927.

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

Color convert

RGB15123109-
CMYK0.8800.110.52
HSL172.22º78.26%27.06%-
HSV(B)172.22º87.8%48.24%-
XYZ10.0415.3716.91-
YUV89.11139.2275.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.07%
GREEN value IS 123 (48.44% from 255) = 49.80%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=6.07%
G=49.80%
B=44.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal151231090.8800.110.52172.2278.2627.06
HexF7B6D580B34ac4e1b
Octal171731551300136425411633
Binary11111111011110110110110000101111010010101100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,109); }

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

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

 a { background-color: rgb(15,123,109); }

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

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

 span { border-color: rgb(15,123,109); }

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