Html Css Color HEX #AAEFC5 Magic Mint

📋 copy color: '#AAEFC5'

red 170 ◦ green 239 ◦ blue 197

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

Shades of Magic Mint #AAEFC5

Tints of Magic Mint #AAEFC5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.44%

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 28.05%
G = 39.44%
B = 32.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#AAEFC5 (or 0xAAEFC5) is known color: Magic Mint. HEX triplet: AA, EF and C5. RGB value is (170,239,197). Sum of RGB (Red+Green+Blue) = 170+239+197=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFC5 is #55103A. Grayscale: #D5D5D5. Windows color (decimal): -5574715 or 12971946. OLE color: 12971946.

HSL color Cylindrical-coordinate representation of color #AAEFC5: hue angle of 143.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFC5 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 197 -
CMYK 0.29 0 0.18 0.06
HSL 143.48º 0.68% 0.8% -
HSV(B) 143.48º 0.29% 0.94% -
XYZ 57.52 74.31 64.13 -
YUV 213.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 170 239 197 0.29 0 0.18 0.06 143.48 0.68 0.8
Hex AA EF C5 1D 0 12 6 8F 44 50
Octal 252 357 305 35 0 22 6 217 104 120
Binary 10101010 11101111 11000101 11101 0 10010 110 10001111 1000100 1010000

Color Harmonies of #AAEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFC5

Black with #AAEFC5

Text Example


Text Example

White with #AAEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFC5; }

 p { color: rgb(170,239,197); }

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

background-color css

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

 a { background-color: rgb(170,239,197); }

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

border-color css

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

 span { border-color: rgb(170,239,197); }

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