Html Css Color HEX #AAF2CC Magic Mint

📋 copy color: '#AAF2CC'

red 170 ◦ green 242 ◦ blue 204

#AAF2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #AAF2CC

Tints of Magic Mint #AAF2CC

RGB

 RED value IS 170 (66.8% from 255) = 27.6%

 GREEN value IS 242 (94.92% from 255) = 39.29%

 BLUE value IS 204 (80.08% from 255) = 33.12%

R = 27.6%
G = 39.29%
B = 33.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#AAF2CC (or 0xAAF2CC) is known color: Magic Mint. HEX triplet: AA, F2 and CC. RGB value is (170,242,204). Sum of RGB (Red+Green+Blue) = 170+242+204=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2CC is #550D33. Grayscale: #D8D8D8. Windows color (decimal): -5573940 or 13431466. OLE color: 13431466.

HSL color Cylindrical-coordinate representation of color #AAF2CC: hue angle of 148.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2CC is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 204 -
CMYK 0.30 0 0.16 0.05
HSL 148.33º 0.73% 0.81% -
HSV(B) 148.33º 0.3% 0.95% -
XYZ 59.23 76.41 68.75 -
YUV 216.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 170 242 204 0.30 0 0.16 0.05 148.33 0.73 0.81
Hex AA F2 CC 1E 0 10 5 94 49 51
Octal 252 362 314 36 0 20 5 224 111 121
Binary 10101010 11110010 11001100 11110 0 10000 101 10010100 1001001 1010001

Color Harmonies of #AAF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2CC

Black with #AAF2CC

Text Example


Text Example

White with #AAF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2CC; }

 p { color: rgb(170,242,204); }

 H1.HeaderClassName
 {
   color: #AAF2CC;
 }
 .AnyTagClassName
 {
   color: #AAF2CC;
 }
</style>

background-color css

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

 a { background-color: rgb(170,242,204); }

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

border-color css

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

 span { border-color: rgb(170,242,204); }

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