Html Css Color HEX #20ABBA Pelorous

📋 copy color: '#20ABBA'

red 32 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #20ABBA

Tints of Pelorous #20ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 8.23%
G = 43.96%
B = 47.81%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20ABBA (or 0x20ABBA) is known color: Pelorous. HEX triplet: 20, AB and BA. RGB value is (32,171,186). Sum of RGB (Red+Green+Blue) = 32+171+186=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #20ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABBA is #DF5445. Grayscale: #828282. Windows color (decimal): -14636102 or 12233504. OLE color: 12233504.

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

Color convert

RGB 32 171 186 -
CMYK 0.83 0.08 0 0.27
HSL 185.84º 0.71% 0.43% -
HSV(B) 185.84º 0.83% 0.73% -
XYZ 24.02 32.98 51.55 -
YUV 131.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 32 171 186 0.83 0.08 0 0.27 185.84 0.71 0.43
Hex 20 AB BA 53 8 0 1B BA 47 2B
Octal 40 253 272 123 10 0 33 272 107 53
Binary 100000 10101011 10111010 1010011 1000 0 11011 10111010 1000111 101011

Color Harmonies of #20ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABBA

Black with #20ABBA

Text Example


Text Example

White with #20ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,171,186); }

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

background-color css

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

 a { background-color: rgb(32,171,186); }

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

border-color css

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

 span { border-color: rgb(32,171,186); }

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