Html Css Color HEX #AAEACE Magic Mint

📋 copy color: '#AAEACE'

red 170 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #AAEACE

Tints of Magic Mint #AAEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 27.87%
G = 38.36%
B = 33.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AAEACE (or 0xAAEACE) is known color: Magic Mint. HEX triplet: AA, EA and CE. RGB value is (170,234,206). Sum of RGB (Red+Green+Blue) = 170+234+206=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACE is #551531. Grayscale: #D3D3D3. Windows color (decimal): -5575986 or 13560490. OLE color: 13560490.

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

Color convert

RGB 170 234 206 -
CMYK 0.27 0 0.12 0.08
HSL 153.75º 0.6% 0.79% -
HSV(B) 153.75º 0.27% 0.92% -
XYZ 57.14 71.85 69.25 -
YUV 211.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 170 234 206 0.27 0 0.12 0.08 153.75 0.6 0.79
Hex AA EA CE 1B 0 C 8 9A 3C 4F
Octal 252 352 316 33 0 14 10 232 74 117
Binary 10101010 11101010 11001110 11011 0 1100 1000 10011010 111100 1001111

Color Harmonies of #AAEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEACE

Black with #AAEACE

Text Example


Text Example

White with #AAEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEACE; }

 p { color: rgb(170,234,206); }

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

background-color css

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

 a { background-color: rgb(170,234,206); }

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

border-color css

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

 span { border-color: rgb(170,234,206); }

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