#20787C

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

Shades of Atoll #20787C

Tints of Atoll #20787C

Color information

#20787C (or 0x20787C) is unknown color: approx Atoll. HEX triplet: 20, 78 and 7C. RGB value is (32,120,124). Sum of RGB (Red+Green+Blue) = 32+120+124=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #20787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20787C is #DF8783. Grayscale: #5E5E5E. Windows color (decimal): -14649220 or 8157216. OLE color: 8157216.

HSL color Cylindrical-coordinate representation of color #20787C: hue angle of 182.61º 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 #20787C is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB32120124-
CMYK0.740.0300.51
HSL182.61º58.97%30.59%-
HSV(B)182.61º74.19%48.63%-
XYZ10.9515.221.42-
YUV94.14144.8583.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=11.59%
G=43.48%
B=44.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321201240.740.0300.51182.6158.9730.59
Hex20787C4A3033b73b1f
Octal4017017411230632677337
Binary1000001111000111110010010101101100111011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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