Html Css Color HEX #AAFECD Magic Mint

📋 copy color: '#AAFECD'

red 170 ◦ green 254 ◦ blue 205

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

Shades of Magic Mint #AAFECD

Tints of Magic Mint #AAFECD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.38%

 BLUE value IS 205 (80.47% from 255) = 32.59%

R = 27.03%
G = 40.38%
B = 32.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#AAFECD (or 0xAAFECD) is known color: Magic Mint. HEX triplet: AA, FE and CD. RGB value is (170,254,205). Sum of RGB (Red+Green+Blue) = 170+254+205=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFECD is #550132. Grayscale: #DFDFDF. Windows color (decimal): -5570867 or 13500074. OLE color: 13500074.

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

Color convert

RGB 170 254 205 -
CMYK 0.33 0 0.19 0.00
HSL 145º 0.98% 0.83% -
HSV(B) 145º 0.33% 1% -
XYZ 63.04 83.84 70.62 -
YUV 223.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 170 254 205 0.33 0 0.19 0.00 145 0.98 0.83
Hex AA FE CD 21 0 13 0 91 62 53
Octal 252 376 315 41 0 23 0 221 142 123
Binary 10101010 11111110 11001101 100001 0 10011 0 10010001 1100010 1010011

Color Harmonies of #AAFECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFECD

Black with #AAFECD

Text Example


Text Example

White with #AAFECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFECD; }

 p { color: rgb(170,254,205); }

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

background-color css

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

 a { background-color: rgb(170,254,205); }

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

border-color css

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

 span { border-color: rgb(170,254,205); }

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