#AAFCCE

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

Shades of Magic Mint #AAFCCE

Tints of Magic Mint #AAFCCE

Color information

#AAFCCE (or 0xAAFCCE) is unknown color: approx Magic Mint. HEX triplet: AA, FC and CE. RGB value is (170,252,206). Sum of RGB (Red+Green+Blue) = 170+252+206=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCCE is #550331. Grayscale: #DEDEDE. Windows color (decimal): -5571378 or 13565098. OLE color: 13565098.

HSL color Cylindrical-coordinate representation of color #AAFCCE: hue angle of 146.34º 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 #AAFCCE is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB170252206-
CMYK0.3300.180.01
HSL146.34º93.18%82.75%-
HSV(B)146.34º32.54%98.82%-
XYZ62.5382.6271.04-
YUV222.24118.8390.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=27.07%
G=40.13%
B=32.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702522060.3300.180.01146.3493.1882.75
HexAAFCCE210121925d53
Octal252374316410221222135123
Binary10101010111111001100111010000101001011001001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCCE; }

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

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

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

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

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

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

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

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