Html Css Color HEX #AAEBCD Magic Mint

📋 copy color: '#AAEBCD'

red 170 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #AAEBCD

Tints of Magic Mint #AAEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.52%

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

R = 27.87%
G = 38.52%
B = 33.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#AAEBCD (or 0xAAEBCD) is known color: Magic Mint. HEX triplet: AA, EB and CD. RGB value is (170,235,205). Sum of RGB (Red+Green+Blue) = 170+235+205=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBCD is #551432. Grayscale: #D4D4D4. Windows color (decimal): -5575731 or 13495210. OLE color: 13495210.

HSL color Cylindrical-coordinate representation of color #AAEBCD: hue angle of 152.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBCD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 205 -
CMYK 0.28 0 0.13 0.08
HSL 152.31º 0.62% 0.79% -
HSV(B) 152.31º 0.28% 0.92% -
XYZ 57.31 72.37 68.71 -
YUV 212.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 170 235 205 0.28 0 0.13 0.08 152.31 0.62 0.79
Hex AA EB CD 1C 0 D 8 98 3E 4F
Octal 252 353 315 34 0 15 10 230 76 117
Binary 10101010 11101011 11001101 11100 0 1101 1000 10011000 111110 1001111

Color Harmonies of #AAEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBCD

Black with #AAEBCD

Text Example


Text Example

White with #AAEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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