Html Css Color HEX #20ABBB Pelorous

📋 copy color: '#20ABBB'

red 32 ◦ green 171 ◦ blue 187

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

Shades of Pelorous #20ABBB

Tints of Pelorous #20ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 8.21%
G = 43.85%
B = 47.95%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20ABBB (or 0x20ABBB) is known color: Pelorous. HEX triplet: 20, AB and BB. RGB value is (32,171,187). Sum of RGB (Red+Green+Blue) = 32+171+187=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #20ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABBB is #DF5444. Grayscale: #838383. Windows color (decimal): -14636101 or 12299040. OLE color: 12299040.

HSL color Cylindrical-coordinate representation of color #20ABBB: hue angle of 186.19º 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 #20ABBB is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 171 187 -
CMYK 0.83 0.09 0 0.27
HSL 186.19º 0.71% 0.43% -
HSV(B) 186.19º 0.83% 0.73% -
XYZ 24.13 33.02 52.12 -
YUV 131.26 159.45 57.2 -
System Red Green Blue C M Y K H S L
Decimal 32 171 187 0.83 0.09 0 0.27 186.19 0.71 0.43
Hex 20 AB BB 53 9 0 1B BA 47 2B
Octal 40 253 273 123 11 0 33 272 107 53
Binary 100000 10101011 10111011 1010011 1001 0 11011 10111010 1000111 101011

Color Harmonies of #20ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABBB

Black with #20ABBB

Text Example


Text Example

White with #20ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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