Html Css Color HEX #20ABC2 Pelorous

📋 copy color: '#20ABC2'

red 32 ◦ green 171 ◦ blue 194

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

Shades of Pelorous #20ABC2

Tints of Pelorous #20ABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.87%

R = 8.06%
G = 43.07%
B = 48.87%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#20ABC2 (or 0x20ABC2) is known color: Pelorous. HEX triplet: 20, AB and C2. RGB value is (32,171,194). Sum of RGB (Red+Green+Blue) = 32+171+194=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #20ABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABC2 is #DF543D. Grayscale: #838383. Windows color (decimal): -14636094 or 12757792. OLE color: 12757792.

HSL color Cylindrical-coordinate representation of color #20ABC2: hue angle of 188.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ABC2 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 171 194 -
CMYK 0.84 0.12 0 0.24
HSL 188.52º 0.72% 0.44% -
HSV(B) 188.52º 0.84% 0.76% -
XYZ 24.9 33.33 56.16 -
YUV 132.06 162.95 56.63 -
System Red Green Blue C M Y K H S L
Decimal 32 171 194 0.84 0.12 0 0.24 188.52 0.72 0.44
Hex 20 AB C2 54 C 0 18 BD 48 2C
Octal 40 253 302 124 14 0 30 275 110 54
Binary 100000 10101011 11000010 1010100 1100 0 11000 10111101 1001000 101100

Color Harmonies of #20ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABC2

Black with #20ABC2

Text Example


Text Example

White with #20ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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