Html Css Color HEX #AAFDD2 Magic Mint

📋 copy color: '#AAFDD2'

red 170 ◦ green 253 ◦ blue 210

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

Shades of Magic Mint #AAFDD2

Tints of Magic Mint #AAFDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 26.86%
G = 39.97%
B = 33.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#AAFDD2 (or 0xAAFDD2) is known color: Magic Mint. HEX triplet: AA, FD and D2. RGB value is (170,253,210). Sum of RGB (Red+Green+Blue) = 170+253+210=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDD2 is #55022D. Grayscale: #DFDFDF. Windows color (decimal): -5571118 or 13827498. OLE color: 13827498.

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

Color convert

RGB 170 253 210 -
CMYK 0.33 0 0.17 0.01
HSL 148.92º 0.95% 0.83% -
HSV(B) 148.92º 0.33% 0.99% -
XYZ 63.34 83.45 73.74 -
YUV 223.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 170 253 210 0.33 0 0.17 0.01 148.92 0.95 0.83
Hex AA FD D2 21 0 11 1 95 5F 53
Octal 252 375 322 41 0 21 1 225 137 123
Binary 10101010 11111101 11010010 100001 0 10001 1 10010101 1011111 1010011

Color Harmonies of #AAFDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDD2

Black with #AAFDD2

Text Example


Text Example

White with #AAFDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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