Html Css Color HEX #AEECC7 Magic Mint

📋 copy color: '#AEECC7'

red 174 ◦ green 236 ◦ blue 199

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

Shades of Magic Mint #AEECC7

Tints of Magic Mint #AEECC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.68%

R = 28.57%
G = 38.75%
B = 32.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AEECC7 (or 0xAEECC7) is known color: Magic Mint. HEX triplet: AE, EC and C7. RGB value is (174,236,199). Sum of RGB (Red+Green+Blue) = 174+236+199=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC7 is #511338. Grayscale: #D5D5D5. Windows color (decimal): -5313337 or 13102254. OLE color: 13102254.

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

Color convert

RGB 174 236 199 -
CMYK 0.26 0 0.16 0.07
HSL 144.19º 0.62% 0.8% -
HSV(B) 144.19º 0.26% 0.93% -
XYZ 57.76 73.11 65.1 -
YUV 213.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 174 236 199 0.26 0 0.16 0.07 144.19 0.62 0.8
Hex AE EC C7 1A 0 10 7 90 3E 50
Octal 256 354 307 32 0 20 7 220 76 120
Binary 10101110 11101100 11000111 11010 0 10000 111 10010000 111110 1010000

Color Harmonies of #AEECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECC7

Black with #AEECC7

Text Example


Text Example

White with #AEECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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