Html Css Color HEX #AAE4CE Magic Mint

📋 copy color: '#AAE4CE'

red 170 ◦ green 228 ◦ blue 206

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

Shades of Magic Mint #AAE4CE

Tints of Magic Mint #AAE4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.75%

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

R = 28.15%
G = 37.75%
B = 34.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#AAE4CE (or 0xAAE4CE) is known color: Magic Mint. HEX triplet: AA, E4 and CE. RGB value is (170,228,206). Sum of RGB (Red+Green+Blue) = 170+228+206=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4CE is #551B31. Grayscale: #D0D0D0. Windows color (decimal): -5577522 or 13558954. OLE color: 13558954.

HSL color Cylindrical-coordinate representation of color #AAE4CE: hue angle of 157.24º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4CE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 206 -
CMYK 0.25 0 0.10 0.11
HSL 157.24º 0.52% 0.78% -
HSV(B) 157.24º 0.25% 0.89% -
XYZ 55.46 68.49 68.69 -
YUV 208.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 170 228 206 0.25 0 0.10 0.11 157.24 0.52 0.78
Hex AA E4 CE 19 0 A B 9D 34 4E
Octal 252 344 316 31 0 12 13 235 64 116
Binary 10101010 11100100 11001110 11001 0 1010 1011 10011101 110100 1001110

Color Harmonies of #AAE4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4CE

Black with #AAE4CE

Text Example


Text Example

White with #AAE4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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