Html Css Color HEX #AAEDCD Magic Mint

📋 copy color: '#AAEDCD'

red 170 ◦ green 237 ◦ blue 205

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

Shades of Magic Mint #AAEDCD

Tints of Magic Mint #AAEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

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

R = 27.78%
G = 38.73%
B = 33.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AAEDCD (or 0xAAEDCD) is known color: Magic Mint. HEX triplet: AA, ED and CD. RGB value is (170,237,205). Sum of RGB (Red+Green+Blue) = 170+237+205=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDCD is #551232. Grayscale: #D5D5D5. Windows color (decimal): -5575219 or 13495722. OLE color: 13495722.

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

Color convert

RGB 170 237 205 -
CMYK 0.28 0 0.14 0.07
HSL 151.34º 0.65% 0.8% -
HSV(B) 151.34º 0.28% 0.93% -
XYZ 57.88 73.52 68.9 -
YUV 213.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 170 237 205 0.28 0 0.14 0.07 151.34 0.65 0.8
Hex AA ED CD 1C 0 E 7 97 41 50
Octal 252 355 315 34 0 16 7 227 101 120
Binary 10101010 11101101 11001101 11100 0 1110 111 10010111 1000001 1010000

Color Harmonies of #AAEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDCD

Black with #AAEDCD

Text Example


Text Example

White with #AAEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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