Html Css Color HEX #AAE4CB Magic Mint

📋 copy color: '#AAE4CB'

red 170 ◦ green 228 ◦ blue 203

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

Shades of Magic Mint #AAE4CB

Tints of Magic Mint #AAE4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 28.29%
G = 37.94%
B = 33.78%

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

#AAE4CB (or 0xAAE4CB) is known color: Magic Mint. HEX triplet: AA, E4 and CB. RGB value is (170,228,203). Sum of RGB (Red+Green+Blue) = 170+228+203=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4CB is #551B34. Grayscale: #CFCFCF. Windows color (decimal): -5577525 or 13362346. OLE color: 13362346.

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

Color convert

RGB 170 228 203 -
CMYK 0.25 0 0.11 0.11
HSL 154.14º 0.52% 0.78% -
HSV(B) 154.14º 0.25% 0.89% -
XYZ 55.1 68.34 66.79 -
YUV 207.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 170 228 203 0.25 0 0.11 0.11 154.14 0.52 0.78
Hex AA E4 CB 19 0 B B 9A 34 4E
Octal 252 344 313 31 0 13 13 232 64 116
Binary 10101010 11100100 11001011 11001 0 1011 1011 10011010 110100 1001110

Color Harmonies of #AAE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4CB

Black with #AAE4CB

Text Example


Text Example

White with #AAE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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