#A9FAF2

Color #A9FAF2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A9FAF2

Tints of Pale Turquoise #A9FAF2

Color information

#A9FAF2 (or 0xA9FAF2) is unknown color: approx Pale Turquoise. HEX triplet: A9, FA and F2. RGB value is (169,250,242). Sum of RGB (Red+Green+Blue) = 169+250+242=661 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.57% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAF2 is #56050D. Grayscale: #E0E0E0. Windows color (decimal): -5637390 or 15923881. OLE color: 15923881.

HSL color Cylindrical-coordinate representation of color #A9FAF2: hue angle of 174.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAF2 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB169250242-
CMYK0.3200.030.02
HSL174.07º89.01%82.16%-
HSV(B)174.07º32.4%98.04%-
XYZ66.5783.2296.56-
YUV224.87137.6688.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.57%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=25.57%
G=37.82%
B=36.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692502420.3200.030.02174.0789.0182.16
HexA9FAF220032ae5952
Octal25137236240032256131122
Binary101010011111101011110010100000011101010111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FAF2; }

 p { color: rgb(169,250,242); }

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

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

 a { background-color: rgb(169,250,242); }

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

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

 span { border-color: rgb(169,250,242); }

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