#207666

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

Shades of Deep Sea #207666

Tints of Deep Sea #207666

Color information

#207666 (or 0x207666) is unknown color: approx Deep Sea. HEX triplet: 20, 76 and 66. RGB value is (32,118,102). Sum of RGB (Red+Green+Blue) = 32+118+102=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #207666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207666 is #DF8999. Grayscale: #5A5A5A. Windows color (decimal): -14649754 or 6714912. OLE color: 6714912.

HSL color Cylindrical-coordinate representation of color #207666: hue angle of 168.84º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207666 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB32118102-
CMYK0.7300.140.54
HSL168.84º57.33%29.41%-
HSV(B)168.84º72.88%46.27%-
XYZ9.4714.2214.82-
YUV90.46134.5186.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=12.70%
G=46.83%
B=40.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321181020.7300.140.54168.8457.3329.41
Hex207666490E36a9391d
Octal40166146111016662517135
Binary100000111011011001101001001011101101101010100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207666; }

 p { color: rgb(32,118,102); }

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

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

 a { background-color: rgb(32,118,102); }

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

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

 span { border-color: rgb(32,118,102); }

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