Html Css Color HEX #AEFFCA Magic Mint

📋 copy color: '#AEFFCA'

red 174 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #AEFFCA

Tints of Magic Mint #AEFFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 27.58%
G = 40.41%
B = 32.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#AEFFCA (or 0xAEFFCA) is known color: Magic Mint. HEX triplet: AE, FF and CA. RGB value is (174,255,202). Sum of RGB (Red+Green+Blue) = 174+255+202=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCA is #510035. Grayscale: #E0E0E0. Windows color (decimal): -5308470 or 13303726. OLE color: 13303726.

HSL color Cylindrical-coordinate representation of color #AEFFCA: hue angle of 140.74º 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 #AEFFCA is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 202 -
CMYK 0.32 0 0.21 0
HSL 140.74º 1% 0.84% -
HSV(B) 140.74º 0.32% 1% -
XYZ 63.88 84.78 68.88 -
YUV 224.74 115.16 91.81 -
System Red Green Blue C M Y K H S L
Decimal 174 255 202 0.32 0 0.21 0 140.74 1 0.84
Hex AE FF CA 20 0 15 0 8D 64 54
Octal 256 377 312 40 0 25 0 215 144 124
Binary 10101110 11111111 11001010 100000 0 10101 0 10001101 1100100 1010100

Color Harmonies of #AEFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFCA

Black with #AEFFCA

Text Example


Text Example

White with #AEFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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