#20787A

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

Shades of Atoll #20787A

Tints of Atoll #20787A

Color information

#20787A (or 0x20787A) is unknown color: approx Atoll. HEX triplet: 20, 78 and 7A. RGB value is (32,120,122). Sum of RGB (Red+Green+Blue) = 32+120+122=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #20787A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20787A is #DF8785. Grayscale: #5D5D5D. Windows color (decimal): -14649222 or 8026144. OLE color: 8026144.

HSL color Cylindrical-coordinate representation of color #20787A: hue angle of 181.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20787A is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB32120122-
CMYK0.740.0200.52
HSL181.33º58.44%30.2%-
HSV(B)181.33º73.77%47.84%-
XYZ10.8215.1520.77-
YUV93.92143.8583.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=11.68%
G=43.80%
B=44.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321201220.740.0200.52181.3358.4430.2
Hex20787A4A2034b53a1e
Octal4017017211220642657236
Binary1000001111000111101010010101001101001011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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