Html Css Color HEX #20A6BE Pelorous

📋 copy color: '#20A6BE'

red 32 ◦ green 166 ◦ blue 190

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

Shades of Pelorous #20A6BE

Tints of Pelorous #20A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 8.25%
G = 42.78%
B = 48.97%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#20A6BE (or 0x20A6BE) is known color: Pelorous. HEX triplet: 20, A6 and BE. RGB value is (32,166,190). Sum of RGB (Red+Green+Blue) = 32+166+190=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #20A6BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A6BE is #DF5941. Grayscale: #808080. Windows color (decimal): -14637378 or 12494368. OLE color: 12494368.

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

Color convert

RGB 32 166 190 -
CMYK 0.83 0.13 0 0.25
HSL 189.11º 0.71% 0.44% -
HSV(B) 189.11º 0.83% 0.75% -
XYZ 23.53 31.3 53.52 -
YUV 128.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 32 166 190 0.83 0.13 0 0.25 189.11 0.71 0.44
Hex 20 A6 BE 53 D 0 19 BD 47 2C
Octal 40 246 276 123 15 0 31 275 107 54
Binary 100000 10100110 10111110 1010011 1101 0 11001 10111101 1000111 101100

Color Harmonies of #20A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A6BE

Black with #20A6BE

Text Example


Text Example

White with #20A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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