Html Css Color HEX #AAEECD Magic Mint

📋 copy color: '#AAEECD'

red 170 ◦ green 238 ◦ blue 205

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

Shades of Magic Mint #AAEECD

Tints of Magic Mint #AAEECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.44%

R = 27.73%
G = 38.83%
B = 33.44%

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

#AAEECD (or 0xAAEECD) is known color: Magic Mint. HEX triplet: AA, EE and CD. RGB value is (170,238,205). Sum of RGB (Red+Green+Blue) = 170+238+205=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECD is #551132. Grayscale: #D5D5D5. Windows color (decimal): -5574963 or 13495978. OLE color: 13495978.

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

Color convert

RGB 170 238 205 -
CMYK 0.29 0 0.14 0.07
HSL 150.88º 0.67% 0.8% -
HSV(B) 150.88º 0.29% 0.93% -
XYZ 58.17 74.1 68.99 -
YUV 213.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 170 238 205 0.29 0 0.14 0.07 150.88 0.67 0.8
Hex AA EE CD 1D 0 E 7 97 43 50
Octal 252 356 315 35 0 16 7 227 103 120
Binary 10101010 11101110 11001101 11101 0 1110 111 10010111 1000011 1010000

Color Harmonies of #AAEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEECD

Black with #AAEECD

Text Example


Text Example

White with #AAEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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