Html Css Color HEX #AAF1CC Magic Mint

📋 copy color: '#AAF1CC'

red 170 ◦ green 241 ◦ blue 204

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

Shades of Magic Mint #AAF1CC

Tints of Magic Mint #AAF1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.19%

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

R = 27.64%
G = 39.19%
B = 33.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#AAF1CC (or 0xAAF1CC) is known color: Magic Mint. HEX triplet: AA, F1 and CC. RGB value is (170,241,204). Sum of RGB (Red+Green+Blue) = 170+241+204=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1CC is #550E33. Grayscale: #D7D7D7. Windows color (decimal): -5574196 or 13431210. OLE color: 13431210.

HSL color Cylindrical-coordinate representation of color #AAF1CC: hue angle of 148.73º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1CC is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 204 -
CMYK 0.29 0 0.15 0.05
HSL 148.73º 0.72% 0.81% -
HSV(B) 148.73º 0.29% 0.95% -
XYZ 58.93 75.82 68.65 -
YUV 215.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 170 241 204 0.29 0 0.15 0.05 148.73 0.72 0.81
Hex AA F1 CC 1D 0 F 5 95 48 51
Octal 252 361 314 35 0 17 5 225 110 121
Binary 10101010 11110001 11001100 11101 0 1111 101 10010101 1001000 1010001

Color Harmonies of #AAF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1CC

Black with #AAF1CC

Text Example


Text Example

White with #AAF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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