#20828A

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

Shades of Atoll #20828A

Tints of Atoll #20828A

Color information

#20828A (or 0x20828A) is unknown color: approx Atoll. HEX triplet: 20, 82 and 8A. RGB value is (32,130,138). Sum of RGB (Red+Green+Blue) = 32+130+138=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #20828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20828A is #DF7D75. Grayscale: #656565. Windows color (decimal): -14646646 or 9077280. OLE color: 9077280.

HSL color Cylindrical-coordinate representation of color #20828A: hue angle of 184.53º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20828A is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB32130138-
CMYK0.770.0600.46
HSL184.53º62.35%33.33%-
HSV(B)184.53º76.81%54.12%-
XYZ13.1718.1126.85-
YUV101.61148.5378.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 138 (54.30% from 255) = 46%
R=10.67%
G=43.33%
B=46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321301380.770.0600.46184.5362.3533.33
Hex20828A4D602Eb93e21
Octal4020221211560562717641
Binary10000010000010100010101001101110010111010111001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,130,138); }

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

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

 a { background-color: rgb(32,130,138); }

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

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

 span { border-color: rgb(32,130,138); }

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