#AAFCC7

Color #AAFCC7 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAFCC7

Tints of Magic Mint #AAFCC7

Color information

#AAFCC7 (or 0xAAFCC7) is unknown color: approx Magic Mint. HEX triplet: AA, FC and C7. RGB value is (170,252,199). Sum of RGB (Red+Green+Blue) = 170+252+199=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCC7 is #550338. Grayscale: #DDDDDD. Windows color (decimal): -5571385 or 13106346. OLE color: 13106346.

HSL color Cylindrical-coordinate representation of color #AAFCC7: hue angle of 141.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCC7 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB170252199-
CMYK0.3300.210.01
HSL141.22º93.18%82.75%-
HSV(B)141.22º32.54%98.82%-
XYZ61.782.2966.66-
YUV221.44115.3391.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 199 (78.12% from 255) = 32.05%
R=27.38%
G=40.58%
B=32.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521990.3300.210.01141.2293.1882.75
HexAAFCC72101518d5d53
Octal252374307410251215135123
Binary10101010111111001100011110000101010111000110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCC7; }

 p { color: rgb(170,252,199); }

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

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

 a { background-color: rgb(170,252,199); }

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

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

 span { border-color: rgb(170,252,199); }

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