Html Css Color HEX #AAE4C8 Magic Mint

📋 copy color: '#AAE4C8'

red 170 ◦ green 228 ◦ blue 200

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

Shades of Magic Mint #AAE4C8

Tints of Magic Mint #AAE4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.44%

R = 28.43%
G = 38.13%
B = 33.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#AAE4C8 (or 0xAAE4C8) is known color: Magic Mint. HEX triplet: AA, E4 and C8. RGB value is (170,228,200). Sum of RGB (Red+Green+Blue) = 170+228+200=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4C8 is #551B37. Grayscale: #CFCFCF. Windows color (decimal): -5577528 or 13165738. OLE color: 13165738.

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

Color convert

RGB 170 228 200 -
CMYK 0.25 0 0.12 0.11
HSL 151.03º 0.52% 0.78% -
HSV(B) 151.03º 0.25% 0.89% -
XYZ 54.75 68.2 64.92 -
YUV 207.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 170 228 200 0.25 0 0.12 0.11 151.03 0.52 0.78
Hex AA E4 C8 19 0 C B 97 34 4E
Octal 252 344 310 31 0 14 13 227 64 116
Binary 10101010 11100100 11001000 11001 0 1100 1011 10010111 110100 1001110

Color Harmonies of #AAE4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4C8

Black with #AAE4C8

Text Example


Text Example

White with #AAE4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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