#20F7FA

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

Shades of Aqua #20F7FA

Tints of Aqua #20F7FA

Color information

#20F7FA (or 0x20F7FA) is unknown color: approx Aqua. HEX triplet: 20, F7 and FA. RGB value is (32,247,250). Sum of RGB (Red+Green+Blue) = 32+247+250=529 (70% of max value = 765). Red value is 32 (12.89% from 255 or 6.05% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #20F7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F7FA is #DF0805. Grayscale: #B6B6B6. Windows color (decimal): -14616582 or 16447264. OLE color: 16447264.

HSL color Cylindrical-coordinate representation of color #20F7FA: hue angle of 180.83º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F7FA is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB32247250-
CMYK0.870.0100.02
HSL180.83º95.61%55.29%-
HSV(B)180.83º87.2%98.04%-
XYZ51.1173.73101.98-
YUV183.06165.7720.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.05%
GREEN value IS 247 (96.88% from 255) = 46.69%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=6.05%
G=46.69%
B=47.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal322472500.870.0100.02180.8395.6155.29
Hex20F7FA57102b56037
Octal4036737212710226514067
Binary100000111101111111101010101111010101101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,247,250); }

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

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

 a { background-color: rgb(32,247,250); }

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

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

 span { border-color: rgb(32,247,250); }

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