#0F7766

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

Shades of Deep Sea #0F7766

Tints of Deep Sea #0F7766

Color information

#0F7766 (or 0x0F7766) is unknown color: approx Deep Sea. HEX triplet: 0F, 77 and 66. RGB value is (15,119,102). Sum of RGB (Red+Green+Blue) = 15+119+102=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7766 is #F08899. Grayscale: #555555. Windows color (decimal): -15763610 or 6715151. OLE color: 6715151.

HSL color Cylindrical-coordinate representation of color #0F7766: hue angle of 170.19º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7766 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB15119102-
CMYK0.8700.140.53
HSL170.19º77.61%26.27%-
HSV(B)170.19º87.39%46.67%-
XYZ9.1914.2514.84-
YUV85.97137.0477.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.36%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=6.36%
G=50.42%
B=43.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal151191020.8700.140.53170.1977.6126.27
HexF7766570E35aa4e1a
Octal171671461270166525211632
Binary11111110111110011010101110111011010110101010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,119,102); }

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

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

 a { background-color: rgb(15,119,102); }

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

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

 span { border-color: rgb(15,119,102); }

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