#A7F7F9

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

Shades of Pale Turquoise #A7F7F9

Tints of Pale Turquoise #A7F7F9

Color information

#A7F7F9 (or 0xA7F7F9) is unknown color: approx Pale Turquoise. HEX triplet: A7, F7 and F9. RGB value is (167,247,249). Sum of RGB (Red+Green+Blue) = 167+247+249=663 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.19% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7F7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F7F9 is #580806. Grayscale: #DFDFDF. Windows color (decimal): -5769223 or 16381863. OLE color: 16381863.

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

Color convert

RGB167247249-
CMYK0.330.0100.02
HSL181.46º87.23%81.57%-
HSV(B)181.46º32.93%97.65%-
XYZ66.381.58101.87-
YUV223.31142.587.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.19%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=25.19%
G=37.25%
B=37.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672472490.330.0100.02181.4687.2381.57
HexA7F7F921102b55752
Octal24736737141102265127122
Binary10100111111101111111100110000110101011010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F7F9; }

 p { color: rgb(167,247,249); }

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

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

 a { background-color: rgb(167,247,249); }

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

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

 span { border-color: rgb(167,247,249); }

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