Html Css Color HEX #AAFECE Magic Mint

📋 copy color: '#AAFECE'

red 170 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #AAFECE

Tints of Magic Mint #AAFECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 26.98%
G = 40.32%
B = 32.7%

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

#AAFECE (or 0xAAFECE) is known color: Magic Mint. HEX triplet: AA, FE and CE. RGB value is (170,254,206). Sum of RGB (Red+Green+Blue) = 170+254+206=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFECE is #550131. Grayscale: #DFDFDF. Windows color (decimal): -5570866 or 13565610. OLE color: 13565610.

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

Color convert

RGB 170 254 206 -
CMYK 0.33 0 0.19 0.00
HSL 145.71º 0.98% 0.83% -
HSV(B) 145.71º 0.33% 1% -
XYZ 63.16 83.89 71.26 -
YUV 223.41 118.17 89.9 -
System Red Green Blue C M Y K H S L
Decimal 170 254 206 0.33 0 0.19 0.00 145.71 0.98 0.83
Hex AA FE CE 21 0 13 0 92 62 53
Octal 252 376 316 41 0 23 0 222 142 123
Binary 10101010 11111110 11001110 100001 0 10011 0 10010010 1100010 1010011

Color Harmonies of #AAFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFECE

Black with #AAFECE

Text Example


Text Example

White with #AAFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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