Html Css Color HEX #20ADBE Pelorous

📋 copy color: '#20ADBE'

red 32 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #20ADBE

Tints of Pelorous #20ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.8%

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 8.1%
G = 43.8%
B = 48.1%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#20ADBE (or 0x20ADBE) is known color: Pelorous. HEX triplet: 20, AD and BE. RGB value is (32,173,190). Sum of RGB (Red+Green+Blue) = 32+173+190=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #20ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADBE is #DF5241. Grayscale: #848484. Windows color (decimal): -14635586 or 12496160. OLE color: 12496160.

HSL color Cylindrical-coordinate representation of color #20ADBE: hue angle of 186.46º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20ADBE is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 173 190 -
CMYK 0.83 0.09 0 0.25
HSL 186.46º 0.71% 0.44% -
HSV(B) 186.46º 0.83% 0.75% -
XYZ 24.83 33.91 53.95 -
YUV 132.78 160.29 56.12 -
System Red Green Blue C M Y K H S L
Decimal 32 173 190 0.83 0.09 0 0.25 186.46 0.71 0.44
Hex 20 AD BE 53 9 0 19 BA 47 2C
Octal 40 255 276 123 11 0 31 272 107 54
Binary 100000 10101101 10111110 1010011 1001 0 11001 10111010 1000111 101100

Color Harmonies of #20ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ADBE

Black with #20ADBE

Text Example


Text Example

White with #20ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,173,190); }

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

background-color css

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

 a { background-color: rgb(32,173,190); }

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

border-color css

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

 span { border-color: rgb(32,173,190); }

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