Html Css Color HEX #AAFDCA Magic Mint

📋 copy color: '#AAFDCA'

red 170 ◦ green 253 ◦ blue 202

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

Shades of Magic Mint #AAFDCA

Tints of Magic Mint #AAFDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 27.2%
G = 40.48%
B = 32.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#AAFDCA (or 0xAAFDCA) is known color: Magic Mint. HEX triplet: AA, FD and CA. RGB value is (170,253,202). Sum of RGB (Red+Green+Blue) = 170+253+202=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCA is #550235. Grayscale: #DEDEDE. Windows color (decimal): -5571126 or 13303210. OLE color: 13303210.

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

Color convert

RGB 170 253 202 -
CMYK 0.33 0 0.20 0.01
HSL 143.13º 0.95% 0.83% -
HSV(B) 143.13º 0.33% 0.99% -
XYZ 62.36 83.06 68.62 -
YUV 222.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 170 253 202 0.33 0 0.20 0.01 143.13 0.95 0.83
Hex AA FD CA 21 0 14 1 8F 5F 53
Octal 252 375 312 41 0 24 1 217 137 123
Binary 10101010 11111101 11001010 100001 0 10100 1 10001111 1011111 1010011

Color Harmonies of #AAFDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDCA

Black with #AAFDCA

Text Example


Text Example

White with #AAFDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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