Html Css Color HEX #AAFDC8 Magic Mint

📋 copy color: '#AAFDC8'

red 170 ◦ green 253 ◦ blue 200

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

Shades of Magic Mint #AAFDC8

Tints of Magic Mint #AAFDC8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.61%

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 27.29%
G = 40.61%
B = 32.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#AAFDC8 (or 0xAAFDC8) is known color: Magic Mint. HEX triplet: AA, FD and C8. RGB value is (170,253,200). Sum of RGB (Red+Green+Blue) = 170+253+200=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDC8 is #550237. Grayscale: #DEDEDE. Windows color (decimal): -5571128 or 13172138. OLE color: 13172138.

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

Color convert

RGB 170 253 200 -
CMYK 0.33 0 0.21 0.01
HSL 141.69º 0.95% 0.83% -
HSV(B) 141.69º 0.33% 0.99% -
XYZ 62.13 82.97 67.38 -
YUV 222.14 115.5 90.81 -
System Red Green Blue C M Y K H S L
Decimal 170 253 200 0.33 0 0.21 0.01 141.69 0.95 0.83
Hex AA FD C8 21 0 15 1 8E 5F 53
Octal 252 375 310 41 0 25 1 216 137 123
Binary 10101010 11111101 11001000 100001 0 10101 1 10001110 1011111 1010011

Color Harmonies of #AAFDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDC8

Black with #AAFDC8

Text Example


Text Example

White with #AAFDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDC8; }

 p { color: rgb(170,253,200); }

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

background-color css

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

 a { background-color: rgb(170,253,200); }

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

border-color css

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

 span { border-color: rgb(170,253,200); }

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