Html Css Color HEX #AEECC8 Magic Mint

📋 copy color: '#AEECC8'

red 174 ◦ green 236 ◦ blue 200

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

Shades of Magic Mint #AEECC8

Tints of Magic Mint #AEECC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.79%

R = 28.52%
G = 38.69%
B = 32.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AEECC8 (or 0xAEECC8) is known color: Magic Mint. HEX triplet: AE, EC and C8. RGB value is (174,236,200). Sum of RGB (Red+Green+Blue) = 174+236+200=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECC8 is #511337. Grayscale: #D5D5D5. Windows color (decimal): -5313336 or 13167790. OLE color: 13167790.

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

Color convert

RGB 174 236 200 -
CMYK 0.26 0 0.15 0.07
HSL 145.16º 0.62% 0.8% -
HSV(B) 145.16º 0.26% 0.93% -
XYZ 57.88 73.16 65.71 -
YUV 213.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 174 236 200 0.26 0 0.15 0.07 145.16 0.62 0.8
Hex AE EC C8 1A 0 F 7 91 3E 50
Octal 256 354 310 32 0 17 7 221 76 120
Binary 10101110 11101100 11001000 11010 0 1111 111 10010001 111110 1010000

Color Harmonies of #AEECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECC8

Black with #AEECC8

Text Example


Text Example

White with #AEECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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