Html Css Color HEX #20AABC Pelorous

📋 copy color: '#20AABC'

red 32 ◦ green 170 ◦ blue 188

#20AABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #20AABC

Tints of Pelorous #20AABC

RGB

 RED value IS 32 (12.89% from 255) = 8.21%

 GREEN value IS 170 (66.8% from 255) = 43.59%

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 8.21%
G = 43.59%
B = 48.21%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20AABC (or 0x20AABC) is known color: Pelorous. HEX triplet: 20, AA and BC. RGB value is (32,170,188). Sum of RGB (Red+Green+Blue) = 32+170+188=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #20AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AABC is #DF5543. Grayscale: #828282. Windows color (decimal): -14636356 or 12364320. OLE color: 12364320.

HSL color Cylindrical-coordinate representation of color #20AABC: hue angle of 186.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AABC is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 170 188 -
CMYK 0.83 0.10 0 0.26
HSL 186.92º 0.71% 0.43% -
HSV(B) 186.92º 0.83% 0.74% -
XYZ 24.05 32.69 52.62 -
YUV 130.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 32 170 188 0.83 0.10 0 0.26 186.92 0.71 0.43
Hex 20 AA BC 53 A 0 1A BB 47 2B
Octal 40 252 274 123 12 0 32 273 107 53
Binary 100000 10101010 10111100 1010011 1010 0 11010 10111011 1000111 101011

Color Harmonies of #20AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AABC

Black with #20AABC

Text Example


Text Example

White with #20AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,170,188); }

 H1.HeaderClassName
 {
   color: #20AABC;
 }
 .AnyTagClassName
 {
   color: #20AABC;
 }
</style>

background-color css

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

 a { background-color: rgb(32,170,188); }

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

border-color css

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

 span { border-color: rgb(32,170,188); }

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