Html Css Color HEX #AEECD1 Magic Mint

📋 copy color: '#AEECD1'

red 174 ◦ green 236 ◦ blue 209

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

Shades of Magic Mint #AEECD1

Tints of Magic Mint #AEECD1

RGB

 RED value IS 174 (68.36% from 255) = 28.11%

 GREEN value IS 236 (92.58% from 255) = 38.13%

 BLUE value IS 209 (82.03% from 255) = 33.76%

R = 28.11%
G = 38.13%
B = 33.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#AEECD1 (or 0xAEECD1) is known color: Magic Mint. HEX triplet: AE, EC and D1. RGB value is (174,236,209). Sum of RGB (Red+Green+Blue) = 174+236+209=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD1 is #51132E. Grayscale: #D6D6D6. Windows color (decimal): -5313327 or 13757614. OLE color: 13757614.

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

Color convert

RGB 174 236 209 -
CMYK 0.26 0 0.11 0.07
HSL 153.87º 0.62% 0.8% -
HSV(B) 153.87º 0.26% 0.93% -
XYZ 58.96 73.59 71.42 -
YUV 214.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 174 236 209 0.26 0 0.11 0.07 153.87 0.62 0.8
Hex AE EC D1 1A 0 B 7 9A 3E 50
Octal 256 354 321 32 0 13 7 232 76 120
Binary 10101110 11101100 11010001 11010 0 1011 111 10011010 111110 1010000

Color Harmonies of #AEECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECD1

Black with #AEECD1

Text Example


Text Example

White with #AEECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECD1; }

 p { color: rgb(174,236,209); }

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

background-color css

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

 a { background-color: rgb(174,236,209); }

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

border-color css

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

 span { border-color: rgb(174,236,209); }

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