Html Css Color HEX #AEFFCC Magic Mint

📋 copy color: '#AEFFCC'

red 174 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #AEFFCC

Tints of Magic Mint #AEFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 27.49%
G = 40.28%
B = 32.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#AEFFCC (or 0xAEFFCC) is known color: Magic Mint. HEX triplet: AE, FF and CC. RGB value is (174,255,204). Sum of RGB (Red+Green+Blue) = 174+255+204=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCC is #510033. Grayscale: #E1E1E1. Windows color (decimal): -5308468 or 13434798. OLE color: 13434798.

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

Color convert

RGB 174 255 204 -
CMYK 0.32 0 0.2 0
HSL 142.22º 1% 0.84% -
HSV(B) 142.22º 0.32% 1% -
XYZ 64.11 84.88 70.13 -
YUV 224.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 174 255 204 0.32 0 0.2 0 142.22 1 0.84
Hex AE FF CC 20 0 14 0 8E 64 54
Octal 256 377 314 40 0 24 0 216 144 124
Binary 10101110 11111111 11001100 100000 0 10100 0 10001110 1100100 1010100

Color Harmonies of #AEFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFCC

Black with #AEFFCC

Text Example


Text Example

White with #AEFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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