Html Css Color HEX #AEF0CB Magic Mint

📋 copy color: '#AEF0CB'

red 174 ◦ green 240 ◦ blue 203

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

Shades of Magic Mint #AEF0CB

Tints of Magic Mint #AEF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.9%

 BLUE value IS 203 (79.69% from 255) = 32.9%

R = 28.2%
G = 38.9%
B = 32.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#AEF0CB (or 0xAEF0CB) is known color: Magic Mint. HEX triplet: AE, F0 and CB. RGB value is (174,240,203). Sum of RGB (Red+Green+Blue) = 174+240+203=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0CB is #510F34. Grayscale: #D8D8D8. Windows color (decimal): -5312309 or 13365422. OLE color: 13365422.

HSL color Cylindrical-coordinate representation of color #AEF0CB: hue angle of 146.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0CB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 203 -
CMYK 0.28 0 0.15 0.06
HSL 146.36º 0.69% 0.81% -
HSV(B) 146.36º 0.28% 0.94% -
XYZ 59.4 75.63 67.97 -
YUV 216.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 174 240 203 0.28 0 0.15 0.06 146.36 0.69 0.81
Hex AE F0 CB 1C 0 F 6 92 45 51
Octal 256 360 313 34 0 17 6 222 105 121
Binary 10101110 11110000 11001011 11100 0 1111 110 10010010 1000101 1010001

Color Harmonies of #AEF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0CB

Black with #AEF0CB

Text Example


Text Example

White with #AEF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0CB; }

 p { color: rgb(174,240,203); }

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

background-color css

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

 a { background-color: rgb(174,240,203); }

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

border-color css

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

 span { border-color: rgb(174,240,203); }

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