Html Css Color HEX #AAEBC9 Magic Mint

📋 copy color: '#AAEBC9'

red 170 ◦ green 235 ◦ blue 201

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

Shades of Magic Mint #AAEBC9

Tints of Magic Mint #AAEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

 BLUE value IS 201 (78.91% from 255) = 33.17%

R = 28.05%
G = 38.78%
B = 33.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#AAEBC9 (or 0xAAEBC9) is known color: Magic Mint. HEX triplet: AA, EB and C9. RGB value is (170,235,201). Sum of RGB (Red+Green+Blue) = 170+235+201=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBC9 is #551436. Grayscale: #D3D3D3. Windows color (decimal): -5575735 or 13233066. OLE color: 13233066.

HSL color Cylindrical-coordinate representation of color #AAEBC9: hue angle of 148.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBC9 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 201 -
CMYK 0.28 0 0.14 0.08
HSL 148.62º 0.62% 0.79% -
HSV(B) 148.62º 0.28% 0.92% -
XYZ 56.83 72.18 66.2 -
YUV 211.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 170 235 201 0.28 0 0.14 0.08 148.62 0.62 0.79
Hex AA EB C9 1C 0 E 8 95 3E 4F
Octal 252 353 311 34 0 16 10 225 76 117
Binary 10101010 11101011 11001001 11100 0 1110 1000 10010101 111110 1001111

Color Harmonies of #AAEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBC9

Black with #AAEBC9

Text Example


Text Example

White with #AAEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBC9; }

 p { color: rgb(170,235,201); }

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

background-color css

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

 a { background-color: rgb(170,235,201); }

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

border-color css

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

 span { border-color: rgb(170,235,201); }

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