Html Css Color HEX #AAFCDC Magic Mint

📋 copy color: '#AAFCDC'

red 170 ◦ green 252 ◦ blue 220

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

Shades of Magic Mint #AAFCDC

Tints of Magic Mint #AAFCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.27%

R = 26.48%
G = 39.25%
B = 34.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#AAFCDC (or 0xAAFCDC) is known color: Magic Mint. HEX triplet: AA, FC and DC. RGB value is (170,252,220). Sum of RGB (Red+Green+Blue) = 170+252+220=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCDC is #550323. Grayscale: #DFDFDF. Windows color (decimal): -5571364 or 14482602. OLE color: 14482602.

HSL color Cylindrical-coordinate representation of color #AAFCDC: hue angle of 156.59º 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 #AAFCDC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 220 -
CMYK 0.33 0 0.13 0.01
HSL 156.59º 0.93% 0.83% -
HSV(B) 156.59º 0.33% 0.99% -
XYZ 64.31 83.33 80.41 -
YUV 223.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 170 252 220 0.33 0 0.13 0.01 156.59 0.93 0.83
Hex AA FC DC 21 0 D 1 9D 5D 53
Octal 252 374 334 41 0 15 1 235 135 123
Binary 10101010 11111100 11011100 100001 0 1101 1 10011101 1011101 1010011

Color Harmonies of #AAFCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCDC

Black with #AAFCDC

Text Example


Text Example

White with #AAFCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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