Html Css Color HEX #AAE2CB Magic Mint

📋 copy color: '#AAE2CB'

red 170 ◦ green 226 ◦ blue 203

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

Shades of Magic Mint #AAE2CB

Tints of Magic Mint #AAE2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.73%

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

R = 28.38%
G = 37.73%
B = 33.89%

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

#AAE2CB (or 0xAAE2CB) is known color: Magic Mint. HEX triplet: AA, E2 and CB. RGB value is (170,226,203). Sum of RGB (Red+Green+Blue) = 170+226+203=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2CB is #551D34. Grayscale: #CECECE. Windows color (decimal): -5578037 or 13361834. OLE color: 13361834.

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

Color convert

RGB 170 226 203 -
CMYK 0.25 0 0.10 0.11
HSL 155.36º 0.49% 0.78% -
HSV(B) 155.36º 0.25% 0.89% -
XYZ 54.55 67.25 66.61 -
YUV 206.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 170 226 203 0.25 0 0.10 0.11 155.36 0.49 0.78
Hex AA E2 CB 19 0 A B 9B 31 4E
Octal 252 342 313 31 0 12 13 233 61 116
Binary 10101010 11100010 11001011 11001 0 1010 1011 10011011 110001 1001110

Color Harmonies of #AAE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2CB

Black with #AAE2CB

Text Example


Text Example

White with #AAE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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