Html Css Color HEX #AAEFD4 Magic Mint

📋 copy color: '#AAEFD4'

red 170 ◦ green 239 ◦ blue 212

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

Shades of Magic Mint #AAEFD4

Tints of Magic Mint #AAEFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 27.38%
G = 38.49%
B = 34.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#AAEFD4 (or 0xAAEFD4) is known color: Magic Mint. HEX triplet: AA, EF and D4. RGB value is (170,239,212). Sum of RGB (Red+Green+Blue) = 170+239+212=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFD4 is #55102B. Grayscale: #D7D7D7. Windows color (decimal): -5574700 or 13954986. OLE color: 13954986.

HSL color Cylindrical-coordinate representation of color #AAEFD4: hue angle of 156.52º 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 #AAEFD4 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 212 -
CMYK 0.29 0 0.11 0.06
HSL 156.52º 0.68% 0.8% -
HSV(B) 156.52º 0.29% 0.94% -
XYZ 59.33 75.03 73.64 -
YUV 215.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 170 239 212 0.29 0 0.11 0.06 156.52 0.68 0.8
Hex AA EF D4 1D 0 B 6 9D 44 50
Octal 252 357 324 35 0 13 6 235 104 120
Binary 10101010 11101111 11010100 11101 0 1011 110 10011101 1000100 1010000

Color Harmonies of #AAEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFD4

Black with #AAEFD4

Text Example


Text Example

White with #AAEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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