#207677

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

Shades of Atoll #207677

Tints of Atoll #207677

Color information

#207677 (or 0x207677) is unknown color: approx Atoll. HEX triplet: 20, 76 and 77. RGB value is (32,118,119). Sum of RGB (Red+Green+Blue) = 32+118+119=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #207677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207677 is #DF8988. Grayscale: #5C5C5C. Windows color (decimal): -14649737 or 7829024. OLE color: 7829024.

HSL color Cylindrical-coordinate representation of color #207677: hue angle of 180.69º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207677 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32118119-
CMYK0.730.0100.53
HSL180.69º57.62%29.61%-
HSV(B)180.69º73.11%46.67%-
XYZ10.414.619.72-
YUV92.4143.0184.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=11.90%
G=43.87%
B=44.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321181190.730.0100.53180.6957.6229.61
Hex207677491035b53a1e
Octal4016616711110652657236
Binary100000111011011101111001001101101011011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207677; }

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

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

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

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

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

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

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

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