Html Css Color HEX #AAECC4 Magic Mint

📋 copy color: '#AAECC4'

red 170 ◦ green 236 ◦ blue 196

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

Shades of Magic Mint #AAECC4

Tints of Magic Mint #AAECC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 28.24%
G = 39.2%
B = 32.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#AAECC4 (or 0xAAECC4) is known color: Magic Mint. HEX triplet: AA, EC and C4. RGB value is (170,236,196). Sum of RGB (Red+Green+Blue) = 170+236+196=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC4 is #55133B. Grayscale: #D3D3D3. Windows color (decimal): -5575484 or 12905642. OLE color: 12905642.

HSL color Cylindrical-coordinate representation of color #AAECC4: hue angle of 143.64º 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 #AAECC4 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 196 -
CMYK 0.28 0 0.17 0.07
HSL 143.64º 0.63% 0.8% -
HSV(B) 143.64º 0.28% 0.93% -
XYZ 56.54 72.52 63.24 -
YUV 211.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 170 236 196 0.28 0 0.17 0.07 143.64 0.63 0.8
Hex AA EC C4 1C 0 11 7 90 3F 50
Octal 252 354 304 34 0 21 7 220 77 120
Binary 10101010 11101100 11000100 11100 0 10001 111 10010000 111111 1010000

Color Harmonies of #AAECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECC4

Black with #AAECC4

Text Example


Text Example

White with #AAECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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