Html Css Color HEX #AEFECC Magic Mint

📋 copy color: '#AEFECC'

red 174 ◦ green 254 ◦ blue 204

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

Shades of Magic Mint #AEFECC

Tints of Magic Mint #AEFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 27.53%
G = 40.19%
B = 32.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#AEFECC (or 0xAEFECC) is known color: Magic Mint. HEX triplet: AE, FE and CC. RGB value is (174,254,204). Sum of RGB (Red+Green+Blue) = 174+254+204=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFECC is #510133. Grayscale: #E0E0E0. Windows color (decimal): -5308724 or 13434542. OLE color: 13434542.

HSL color Cylindrical-coordinate representation of color #AEFECC: hue angle of 142.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFECC is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 254 204 -
CMYK 0.31 0 0.20 0.00
HSL 142.5º 0.98% 0.84% -
HSV(B) 142.5º 0.31% 1% -
XYZ 63.8 84.24 70.02 -
YUV 224.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 174 254 204 0.31 0 0.20 0.00 142.5 0.98 0.84
Hex AE FE CC 1F 0 14 0 8E 62 54
Octal 256 376 314 37 0 24 0 216 142 124
Binary 10101110 11111110 11001100 11111 0 10100 0 10001110 1100010 1010100

Color Harmonies of #AEFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFECC

Black with #AEFECC

Text Example


Text Example

White with #AEFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFECC; }

 p { color: rgb(174,254,204); }

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

background-color css

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

 a { background-color: rgb(174,254,204); }

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

border-color css

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

 span { border-color: rgb(174,254,204); }

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