#20777C

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

Shades of Atoll #20777C

Tints of Atoll #20777C

Color information

#20777C (or 0x20777C) is unknown color: approx Atoll. HEX triplet: 20, 77 and 7C. RGB value is (32,119,124). Sum of RGB (Red+Green+Blue) = 32+119+124=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #20777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20777C is #DF8883. Grayscale: #5D5D5D. Windows color (decimal): -14649476 or 8156960. OLE color: 8156960.

HSL color Cylindrical-coordinate representation of color #20777C: hue angle of 183.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20777C is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB32119124-
CMYK0.740.0400.51
HSL183.26º58.97%30.59%-
HSV(B)183.26º74.19%48.63%-
XYZ10.8314.9621.38-
YUV93.56145.1884.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=11.64%
G=43.27%
B=45.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321191240.740.0400.51183.2658.9730.59
Hex20777C4A4033b73b1f
Octal4016717411240632677337
Binary10000011101111111100100101010001100111011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20777C; }

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

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

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

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

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

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

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

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