Html Css Color HEX #AEFFCE Magic Mint

📋 copy color: '#AEFFCE'

red 174 ◦ green 255 ◦ blue 206

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

Shades of Magic Mint #AEFFCE

Tints of Magic Mint #AEFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 27.4%
G = 40.16%
B = 32.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#AEFFCE (or 0xAEFFCE) is known color: Magic Mint. HEX triplet: AE, FF and CE. RGB value is (174,255,206). Sum of RGB (Red+Green+Blue) = 174+255+206=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFCE is #510031. Grayscale: #E1E1E1. Windows color (decimal): -5308466 or 13565870. OLE color: 13565870.

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

Color convert

RGB 174 255 206 -
CMYK 0.32 0 0.19 0
HSL 143.7º 1% 0.84% -
HSV(B) 143.7º 0.32% 1% -
XYZ 64.36 84.97 71.4 -
YUV 225.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 174 255 206 0.32 0 0.19 0 143.7 1 0.84
Hex AE FF CE 20 0 13 0 90 64 54
Octal 256 377 316 40 0 23 0 220 144 124
Binary 10101110 11111111 11001110 100000 0 10011 0 10010000 1100100 1010100

Color Harmonies of #AEFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFCE

Black with #AEFFCE

Text Example


Text Example

White with #AEFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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