#20777F

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

Shades of Atoll #20777F

Tints of Atoll #20777F

Color information

#20777F (or 0x20777F) is unknown color: approx Atoll. HEX triplet: 20, 77 and 7F. RGB value is (32,119,127). Sum of RGB (Red+Green+Blue) = 32+119+127=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #20777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20777F is #DF8880. Grayscale: #5D5D5D. Windows color (decimal): -14649473 or 8353568. OLE color: 8353568.

HSL color Cylindrical-coordinate representation of color #20777F: hue angle of 185.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20777F is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32119127-
CMYK0.750.0600.50
HSL185.05º59.75%31.18%-
HSV(B)185.05º74.8%49.8%-
XYZ11.0215.0322.4-
YUV93.9146.6883.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 127 (50% from 255) = 45.68%
R=11.51%
G=42.81%
B=45.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321191270.750.0600.50185.0559.7531.18
Hex20777F4B6032b93c1f
Octal4016717711360622717437
Binary10000011101111111111100101111001100101011100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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