Html Css Color HEX #AAFCCE Magic Mint

📋 copy color: '#AAFCCE'

red 170 ◦ green 252 ◦ blue 206

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

Shades of Magic Mint #AAFCCE

Tints of Magic Mint #AAFCCE

RGB

 RED value IS 170 (66.8% from 255) = 27.07%

 GREEN value IS 252 (98.83% from 255) = 40.13%

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

R = 27.07%
G = 40.13%
B = 32.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#AAFCCE (or 0xAAFCCE) is known color: Magic Mint. HEX triplet: AA, FC and CE. RGB value is (170,252,206). Sum of RGB (Red+Green+Blue) = 170+252+206=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCCE is #550331. Grayscale: #DEDEDE. Windows color (decimal): -5571378 or 13565098. OLE color: 13565098.

HSL color Cylindrical-coordinate representation of color #AAFCCE: hue angle of 146.34º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCCE is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 206 -
CMYK 0.33 0 0.18 0.01
HSL 146.34º 0.93% 0.83% -
HSV(B) 146.34º 0.33% 0.99% -
XYZ 62.53 82.62 71.04 -
YUV 222.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 170 252 206 0.33 0 0.18 0.01 146.34 0.93 0.83
Hex AA FC CE 21 0 12 1 92 5D 53
Octal 252 374 316 41 0 22 1 222 135 123
Binary 10101010 11111100 11001110 100001 0 10010 1 10010010 1011101 1010011

Color Harmonies of #AAFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCCE

Black with #AAFCCE

Text Example


Text Example

White with #AAFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCCE; }

 p { color: rgb(170,252,206); }

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

background-color css

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

 a { background-color: rgb(170,252,206); }

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

border-color css

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

 span { border-color: rgb(170,252,206); }

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