Html Css Color HEX #AAFCC3 Magic Mint

📋 copy color: '#AAFCC3'

red 170 ◦ green 252 ◦ blue 195

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

Shades of Magic Mint #AAFCC3

Tints of Magic Mint #AAFCC3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

 BLUE value IS 195 (76.56% from 255) = 31.6%

R = 27.55%
G = 40.84%
B = 31.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#AAFCC3 (or 0xAAFCC3) is known color: Magic Mint. HEX triplet: AA, FC and C3. RGB value is (170,252,195). Sum of RGB (Red+Green+Blue) = 170+252+195=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCC3 is #55033C. Grayscale: #DDDDDD. Windows color (decimal): -5571389 or 12844202. OLE color: 12844202.

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

Color convert

RGB 170 252 195 -
CMYK 0.33 0 0.23 0.01
HSL 138.29º 0.93% 0.83% -
HSV(B) 138.29º 0.33% 0.99% -
XYZ 61.24 82.11 64.25 -
YUV 220.98 113.33 91.63 -
System Red Green Blue C M Y K H S L
Decimal 170 252 195 0.33 0 0.23 0.01 138.29 0.93 0.83
Hex AA FC C3 21 0 17 1 8A 5D 53
Octal 252 374 303 41 0 27 1 212 135 123
Binary 10101010 11111100 11000011 100001 0 10111 1 10001010 1011101 1010011

Color Harmonies of #AAFCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCC3

Black with #AAFCC3

Text Example


Text Example

White with #AAFCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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