Html Css Color HEX #AAFCD8 Magic Mint

📋 copy color: '#AAFCD8'

red 170 ◦ green 252 ◦ blue 216

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

Shades of Magic Mint #AAFCD8

Tints of Magic Mint #AAFCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 26.65%
G = 39.5%
B = 33.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#AAFCD8 (or 0xAAFCD8) is known color: Magic Mint. HEX triplet: AA, FC and D8. RGB value is (170,252,216). Sum of RGB (Red+Green+Blue) = 170+252+216=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCD8 is #550327. Grayscale: #DFDFDF. Windows color (decimal): -5571368 or 14220458. OLE color: 14220458.

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

Color convert

RGB 170 252 216 -
CMYK 0.33 0 0.14 0.01
HSL 153.66º 0.93% 0.83% -
HSV(B) 153.66º 0.33% 0.99% -
XYZ 63.78 83.12 77.65 -
YUV 223.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 170 252 216 0.33 0 0.14 0.01 153.66 0.93 0.83
Hex AA FC D8 21 0 E 1 9A 5D 53
Octal 252 374 330 41 0 16 1 232 135 123
Binary 10101010 11111100 11011000 100001 0 1110 1 10011010 1011101 1010011

Color Harmonies of #AAFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCD8

Black with #AAFCD8

Text Example


Text Example

White with #AAFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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