Html Css Color HEX #AAE4CC Magic Mint

📋 copy color: '#AAE4CC'

red 170 ◦ green 228 ◦ blue 204

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

Shades of Magic Mint #AAE4CC

Tints of Magic Mint #AAE4CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 28.24%
G = 37.87%
B = 33.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#AAE4CC (or 0xAAE4CC) is known color: Magic Mint. HEX triplet: AA, E4 and CC. RGB value is (170,228,204). Sum of RGB (Red+Green+Blue) = 170+228+204=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4CC is #551B33. Grayscale: #CFCFCF. Windows color (decimal): -5577524 or 13427882. OLE color: 13427882.

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

Color convert

RGB 170 228 204 -
CMYK 0.25 0 0.11 0.11
HSL 155.17º 0.52% 0.78% -
HSV(B) 155.17º 0.25% 0.89% -
XYZ 55.22 68.39 67.42 -
YUV 207.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 170 228 204 0.25 0 0.11 0.11 155.17 0.52 0.78
Hex AA E4 CC 19 0 B B 9B 34 4E
Octal 252 344 314 31 0 13 13 233 64 116
Binary 10101010 11100100 11001100 11001 0 1011 1011 10011011 110100 1001110

Color Harmonies of #AAE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4CC

Black with #AAE4CC

Text Example


Text Example

White with #AAE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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