#20818D

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

Shades of Atoll #20818D

Tints of Atoll #20818D

Color information

#20818D (or 0x20818D) is unknown color: approx Atoll. HEX triplet: 20, 81 and 8D. RGB value is (32,129,141). Sum of RGB (Red+Green+Blue) = 32+129+141=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #20818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20818D is #DF7E72. Grayscale: #656565. Windows color (decimal): -14646899 or 9273632. OLE color: 9273632.

HSL color Cylindrical-coordinate representation of color #20818D: hue angle of 186.61º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20818D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32129141-
CMYK0.770.0900.45
HSL186.61º63.01%33.92%-
HSV(B)186.61º77.3%55.29%-
XYZ13.2517.9327.96-
YUV101.36150.3678.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.60%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=10.60%
G=42.72%
B=46.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321291410.770.0900.45186.6163.0133.92
Hex20818D4D902Dbb3f22
Octal40201215115110552737742
Binary100000100000011000110110011011001010110110111011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20818D; }

 p { color: rgb(32,129,141); }

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

<style>
 a { background-color: #20818D; }

 a { background-color: rgb(32,129,141); }

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

<style>
 span { border-color: #20818D; }

 span { border-color: rgb(32,129,141); }

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