#A6F6F2

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

Shades of Pale Turquoise #A6F6F2

Tints of Pale Turquoise #A6F6F2

Color information

#A6F6F2 (or 0xA6F6F2) is unknown color: approx Pale Turquoise. HEX triplet: A6, F6 and F2. RGB value is (166,246,242). Sum of RGB (Red+Green+Blue) = 166+246+242=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6F2 is #59090D. Grayscale: #DDDDDD. Windows color (decimal): -5835022 or 15922854. OLE color: 15922854.

HSL color Cylindrical-coordinate representation of color #A6F6F2: hue angle of 177º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F6F2 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB166246242-
CMYK0.3300.020.04
HSL177º81.63%80.78%-
HSV(B)177º32.52%96.47%-
XYZ64.7180.4396.12-
YUV221.62139.588.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.38%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=25.38%
G=37.61%
B=37.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662462420.3300.020.0417781.6380.78
HexA6F6F221024b15251
Octal24636636241024261122121
Binary1010011011110110111100101000010101001011000110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F6F2; }

 p { color: rgb(166,246,242); }

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

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

 a { background-color: rgb(166,246,242); }

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

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

 span { border-color: rgb(166,246,242); }

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