#A7E7E3

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

Shades of Pale Turquoise #A7E7E3

Tints of Pale Turquoise #A7E7E3

Color information

#A7E7E3 (or 0xA7E7E3) is unknown color: approx Pale Turquoise. HEX triplet: A7, E7 and E3. RGB value is (167,231,227). Sum of RGB (Red+Green+Blue) = 167+231+227=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E7E3 is #58181C. Grayscale: #D3D3D3. Windows color (decimal): -5773341 or 14935975. OLE color: 14935975.

HSL color Cylindrical-coordinate representation of color #A7E7E3: hue angle of 176.25º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7E7E3 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB167231227-
CMYK0.2800.020.09
HSL176.25º57.14%78.04%-
HSV(B)176.25º27.71%90.59%-
XYZ58.3870.9183.28-
YUV211.41136.896.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.72%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=26.72%
G=36.96%
B=36.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672312270.2800.020.09176.2557.1478.04
HexA7E7E31C029b0394e
Octal24734734334021126071116
Binary101001111110011111100011111000101001101100001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E7E3; }

 p { color: rgb(167,231,227); }

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

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

 a { background-color: rgb(167,231,227); }

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

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

 span { border-color: rgb(167,231,227); }

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