#20A3AD

Color #20A3AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #20A3AD

Tints of Pelorous #20A3AD

Color information

#20A3AD (or 0x20A3AD) is unknown color: approx Pelorous. HEX triplet: 20, A3 and AD. RGB value is (32,163,173). Sum of RGB (Red+Green+Blue) = 32+163+173=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #20A3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A3AD is #DF5C52. Grayscale: #7C7C7C. Windows color (decimal): -14638163 or 11379488. OLE color: 11379488.

HSL color Cylindrical-coordinate representation of color #20A3AD: hue angle of 184.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A3AD is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32163173-
CMYK0.820.0600.32
HSL184.26º68.78%40.2%-
HSV(B)184.26º81.5%67.84%-
XYZ21.2429.5244.11-
YUV124.97155.161.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=8.70%
G=44.29%
B=47.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321631730.820.0600.32184.2668.7840.2
Hex20A3AD526020b84528
Octal40243255122604027010550
Binary100000101000111010110110100101100100000101110001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20A3AD; }

 p { color: rgb(32,163,173); }

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

<style>
 a { background-color: #20A3AD; }

 a { background-color: rgb(32,163,173); }

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

<style>
 span { border-color: #20A3AD; }

 span { border-color: rgb(32,163,173); }

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