#20A4BE

Color #20A4BE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #20A4BE

Tints of Pelorous #20A4BE

Color information

#20A4BE (or 0x20A4BE) is unknown color: approx Pelorous. HEX triplet: 20, A4 and BE. RGB value is (32,164,190). Sum of RGB (Red+Green+Blue) = 32+164+190=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #20A4BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A4BE is #DF5B41. Grayscale: #7F7F7F. Windows color (decimal): -14637890 or 12493856. OLE color: 12493856.

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

Color convert

RGB32164190-
CMYK0.830.1400.25
HSL189.87º71.17%43.53%-
HSV(B)189.87º83.16%74.51%-
XYZ23.1730.5853.4-
YUV127.5163.2759.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.29%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=8.29%
G=42.49%
B=49.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321641900.830.1400.25189.8771.1743.53
Hex20A4BE53E019be472c
Octal402442761231603127610754
Binary100000101001001011111010100111110011001101111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20A4BE;
 }
 .AnyTagClassName
 {
   color: #20A4BE;
 }
</style>
background-color css

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

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

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

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

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

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