Html Css Color HEX #AAEFD3 Magic Mint

📋 copy color: '#AAEFD3'

red 170 ◦ green 239 ◦ blue 211

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

Shades of Magic Mint #AAEFD3

Tints of Magic Mint #AAEFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 27.42%
G = 38.55%
B = 34.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#AAEFD3 (or 0xAAEFD3) is known color: Magic Mint. HEX triplet: AA, EF and D3. RGB value is (170,239,211). Sum of RGB (Red+Green+Blue) = 170+239+211=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFD3 is #55102C. Grayscale: #D7D7D7. Windows color (decimal): -5574701 or 13889450. OLE color: 13889450.

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

Color convert

RGB 170 239 211 -
CMYK 0.29 0 0.12 0.06
HSL 155.65º 0.68% 0.8% -
HSV(B) 155.65º 0.29% 0.94% -
XYZ 59.2 74.98 72.98 -
YUV 215.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 170 239 211 0.29 0 0.12 0.06 155.65 0.68 0.8
Hex AA EF D3 1D 0 C 6 9C 44 50
Octal 252 357 323 35 0 14 6 234 104 120
Binary 10101010 11101111 11010011 11101 0 1100 110 10011100 1000100 1010000

Color Harmonies of #AAEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFD3

Black with #AAEFD3

Text Example


Text Example

White with #AAEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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