#A2F2EA

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

Shades of Pale Turquoise #A2F2EA

Tints of Pale Turquoise #A2F2EA

Color information

#A2F2EA (or 0xA2F2EA) is unknown color: approx Pale Turquoise. HEX triplet: A2, F2 and EA. RGB value is (162,242,234). Sum of RGB (Red+Green+Blue) = 162+242+234=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F2EA is #5D0D15. Grayscale: #D9D9D9. Windows color (decimal): -6098198 or 15397538. OLE color: 15397538.

HSL color Cylindrical-coordinate representation of color #A2F2EA: hue angle of 174º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2EA is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB162242234-
CMYK0.3300.030.05
HSL174º75.47%79.22%-
HSV(B)174º33.06%94.9%-
XYZ61.577.1389.49-
YUV217.17137.588.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.39%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=25.39%
G=37.93%
B=36.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622422340.3300.030.0517475.4779.22
HexA2F2EA21035ae4b4f
Octal24236235241035256113117
Binary1010001011110010111010101000010111011010111010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F2EA; }

 p { color: rgb(162,242,234); }

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

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

 a { background-color: rgb(162,242,234); }

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

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

 span { border-color: rgb(162,242,234); }

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