Html Css Color HEX #AAEECB Magic Mint

📋 copy color: '#AAEECB'

red 170 ◦ green 238 ◦ blue 203

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

Shades of Magic Mint #AAEECB

Tints of Magic Mint #AAEECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.22%

R = 27.82%
G = 38.95%
B = 33.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AAEECB (or 0xAAEECB) is known color: Magic Mint. HEX triplet: AA, EE and CB. RGB value is (170,238,203). Sum of RGB (Red+Green+Blue) = 170+238+203=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECB is #551134. Grayscale: #D5D5D5. Windows color (decimal): -5574965 or 13364906. OLE color: 13364906.

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

Color convert

RGB 170 238 203 -
CMYK 0.29 0 0.15 0.07
HSL 149.12º 0.67% 0.8% -
HSV(B) 149.12º 0.29% 0.93% -
XYZ 57.93 74.01 67.73 -
YUV 213.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 170 238 203 0.29 0 0.15 0.07 149.12 0.67 0.8
Hex AA EE CB 1D 0 F 7 95 43 50
Octal 252 356 313 35 0 17 7 225 103 120
Binary 10101010 11101110 11001011 11101 0 1111 111 10010101 1000011 1010000

Color Harmonies of #AAEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEECB

Black with #AAEECB

Text Example


Text Example

White with #AAEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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