Html Css Color HEX #AAFFD8 Magic Mint

📋 copy color: '#AAFFD8'

red 170 ◦ green 255 ◦ blue 216

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

Shades of Magic Mint #AAFFD8

Tints of Magic Mint #AAFFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 39.78%

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

R = 26.52%
G = 39.78%
B = 33.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#AAFFD8 (or 0xAAFFD8) is known color: Magic Mint. HEX triplet: AA, FF and D8. RGB value is (170,255,216). Sum of RGB (Red+Green+Blue) = 170+255+216=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD8 is #550027. Grayscale: #E1E1E1. Windows color (decimal): -5570600 or 14221226. OLE color: 14221226.

HSL color Cylindrical-coordinate representation of color #AAFFD8: hue angle of 152.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFD8 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 216 -
CMYK 0.33 0 0.15 0
HSL 152.47º 1% 0.83% -
HSV(B) 152.47º 0.33% 1% -
XYZ 64.73 85.02 77.97 -
YUV 225.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 170 255 216 0.33 0 0.15 0 152.47 1 0.83
Hex AA FF D8 21 0 F 0 98 64 53
Octal 252 377 330 41 0 17 0 230 144 123
Binary 10101010 11111111 11011000 100001 0 1111 0 10011000 1100100 1010011

Color Harmonies of #AAFFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFD8

Black with #AAFFD8

Text Example


Text Example

White with #AAFFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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