Html Css Color HEX #AAECCA Magic Mint

📋 copy color: '#AAECCA'

red 170 ◦ green 236 ◦ blue 202

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

Shades of Magic Mint #AAECCA

Tints of Magic Mint #AAECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.82%

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

R = 27.96%
G = 38.82%
B = 33.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AAECCA (or 0xAAECCA) is known color: Magic Mint. HEX triplet: AA, EC and CA. RGB value is (170,236,202). Sum of RGB (Red+Green+Blue) = 170+236+202=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCA is #551335. Grayscale: #D4D4D4. Windows color (decimal): -5575478 or 13298858. OLE color: 13298858.

HSL color Cylindrical-coordinate representation of color #AAECCA: hue angle of 149.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECCA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 202 -
CMYK 0.28 0 0.14 0.07
HSL 149.09º 0.63% 0.8% -
HSV(B) 149.09º 0.28% 0.93% -
XYZ 57.23 72.8 66.91 -
YUV 212.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 170 236 202 0.28 0 0.14 0.07 149.09 0.63 0.8
Hex AA EC CA 1C 0 E 7 95 3F 50
Octal 252 354 312 34 0 16 7 225 77 120
Binary 10101010 11101100 11001010 11100 0 1110 111 10010101 111111 1010000

Color Harmonies of #AAECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECCA

Black with #AAECCA

Text Example


Text Example

White with #AAECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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