Html Css Color HEX #AAEECC Magic Mint

📋 copy color: '#AAEECC'

red 170 ◦ green 238 ◦ blue 204

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

Shades of Magic Mint #AAEECC

Tints of Magic Mint #AAEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.89%

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AAEECC (or 0xAAEECC) is known color: Magic Mint. HEX triplet: AA, EE and CC. RGB value is (170,238,204). Sum of RGB (Red+Green+Blue) = 170+238+204=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECC is #551133. Grayscale: #D5D5D5. Windows color (decimal): -5574964 or 13430442. OLE color: 13430442.

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

Color convert

RGB 170 238 204 -
CMYK 0.29 0 0.14 0.07
HSL 150º 0.67% 0.8% -
HSV(B) 150º 0.29% 0.93% -
XYZ 58.05 74.05 68.36 -
YUV 213.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 170 238 204 0.29 0 0.14 0.07 150 0.67 0.8
Hex AA EE CC 1D 0 E 7 96 43 50
Octal 252 356 314 35 0 16 7 226 103 120
Binary 10101010 11101110 11001100 11101 0 1110 111 10010110 1000011 1010000

Color Harmonies of #AAEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEECC

Black with #AAEECC

Text Example


Text Example

White with #AAEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEECC; }

 p { color: rgb(170,238,204); }

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

background-color css

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

 a { background-color: rgb(170,238,204); }

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

border-color css

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

 span { border-color: rgb(170,238,204); }

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