Html Css Color HEX #AAE8CB Magic Mint

📋 copy color: '#AAE8CB'

red 170 ◦ green 232 ◦ blue 203

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

Shades of Magic Mint #AAE8CB

Tints of Magic Mint #AAE8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.35%

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

R = 28.1%
G = 38.35%
B = 33.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#AAE8CB (or 0xAAE8CB) is known color: Magic Mint. HEX triplet: AA, E8 and CB. RGB value is (170,232,203). Sum of RGB (Red+Green+Blue) = 170+232+203=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8CB is #551734. Grayscale: #D2D2D2. Windows color (decimal): -5576501 or 13363370. OLE color: 13363370.

HSL color Cylindrical-coordinate representation of color #AAE8CB: hue angle of 151.94º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8CB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 203 -
CMYK 0.27 0 0.12 0.09
HSL 151.94º 0.57% 0.79% -
HSV(B) 151.94º 0.27% 0.91% -
XYZ 56.21 70.57 67.16 -
YUV 210.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 170 232 203 0.27 0 0.12 0.09 151.94 0.57 0.79
Hex AA E8 CB 1B 0 C 9 98 39 4F
Octal 252 350 313 33 0 14 11 230 71 117
Binary 10101010 11101000 11001011 11011 0 1100 1001 10011000 111001 1001111

Color Harmonies of #AAE8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8CB

Black with #AAE8CB

Text Example


Text Example

White with #AAE8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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