#20A3B6

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

Shades of Pelorous #20A3B6

Tints of Pelorous #20A3B6

Color information

#20A3B6 (or 0x20A3B6) is unknown color: approx Pelorous. HEX triplet: 20, A3 and B6. RGB value is (32,163,182). Sum of RGB (Red+Green+Blue) = 32+163+182=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #20A3B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A3B6 is #DF5C49. Grayscale: #7D7D7D. Windows color (decimal): -14638154 or 11969312. OLE color: 11969312.

HSL color Cylindrical-coordinate representation of color #20A3B6: hue angle of 187.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20A3B6 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32163182-
CMYK0.820.1000.29
HSL187.6º70.09%41.96%-
HSV(B)187.6º82.42%71.37%-
XYZ22.1429.8848.86-
YUV126159.660.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.49%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=8.49%
G=43.24%
B=48.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321631820.820.1000.29187.670.0941.96
Hex20A3B652A01Dbc462a
Octal402432661221203527410652
Binary100000101000111011011010100101010011101101111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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