#20A0BF

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

Shades of Pelorous #20A0BF

Tints of Pelorous #20A0BF

Color information

#20A0BF (or 0x20A0BF) is unknown color: approx Pelorous. HEX triplet: 20, A0 and BF. RGB value is (32,160,191). Sum of RGB (Red+Green+Blue) = 32+160+191=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #20A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A0BF is #DF5F40. Grayscale: #7D7D7D. Windows color (decimal): -14638913 or 12558368. OLE color: 12558368.

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

Color convert

RGB32160191-
CMYK0.830.1600.25
HSL191.7º71.3%43.73%-
HSV(B)191.7º83.25%74.9%-
XYZ22.5729.2153.74-
YUV125.26165.0961.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.36%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 191 (75% from 255) = 49.87%
R=8.36%
G=41.78%
B=49.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321601910.830.1600.25191.771.343.73
Hex20A0BF5310019c0472c
Octal402402771232003130010754
Binary1000001010000010111111101001110000011001110000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,160,191); }

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

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

 a { background-color: rgb(32,160,191); }

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

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

 span { border-color: rgb(32,160,191); }

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