Html Css Color HEX #AAEACA Magic Mint

📋 copy color: '#AAEACA'

red 170 ◦ green 234 ◦ blue 202

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

Shades of Magic Mint #AAEACA

Tints of Magic Mint #AAEACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 28.05%
G = 38.61%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#AAEACA (or 0xAAEACA) is known color: Magic Mint. HEX triplet: AA, EA and CA. RGB value is (170,234,202). Sum of RGB (Red+Green+Blue) = 170+234+202=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACA is #551535. Grayscale: #D3D3D3. Windows color (decimal): -5575990 or 13298346. OLE color: 13298346.

HSL color Cylindrical-coordinate representation of color #AAEACA: hue angle of 150º 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 #AAEACA is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 202 -
CMYK 0.27 0 0.14 0.08
HSL 150º 0.6% 0.79% -
HSV(B) 150º 0.27% 0.92% -
XYZ 56.66 71.66 66.72 -
YUV 211.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 170 234 202 0.27 0 0.14 0.08 150 0.6 0.79
Hex AA EA CA 1B 0 E 8 96 3C 4F
Octal 252 352 312 33 0 16 10 226 74 117
Binary 10101010 11101010 11001010 11011 0 1110 1000 10010110 111100 1001111

Color Harmonies of #AAEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEACA

Black with #AAEACA

Text Example


Text Example

White with #AAEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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