Html Css Color HEX #AEECD3 Magic Mint

📋 copy color: '#AEECD3'

red 174 ◦ green 236 ◦ blue 211

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

Shades of Magic Mint #AEECD3

Tints of Magic Mint #AEECD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.98%

R = 28.02%
G = 38%
B = 33.98%

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

#AEECD3 (or 0xAEECD3) is known color: Magic Mint. HEX triplet: AE, EC and D3. RGB value is (174,236,211). Sum of RGB (Red+Green+Blue) = 174+236+211=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD3 is #51132C. Grayscale: #D6D6D6. Windows color (decimal): -5313325 or 13888686. OLE color: 13888686.

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

Color convert

RGB 174 236 211 -
CMYK 0.26 0 0.11 0.07
HSL 155.81º 0.62% 0.8% -
HSV(B) 155.81º 0.26% 0.93% -
XYZ 59.21 73.69 72.73 -
YUV 214.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 174 236 211 0.26 0 0.11 0.07 155.81 0.62 0.8
Hex AE EC D3 1A 0 B 7 9C 3E 50
Octal 256 354 323 32 0 13 7 234 76 120
Binary 10101110 11101100 11010011 11010 0 1011 111 10011100 111110 1010000

Color Harmonies of #AEECD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECD3

Black with #AEECD3

Text Example


Text Example

White with #AEECD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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