Html Css Color HEX #AAFCCC Magic Mint

📋 copy color: '#AAFCCC'

red 170 ◦ green 252 ◦ blue 204

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

Shades of Magic Mint #AAFCCC

Tints of Magic Mint #AAFCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.59%

R = 27.16%
G = 40.26%
B = 32.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#AAFCCC (or 0xAAFCCC) is known color: Magic Mint. HEX triplet: AA, FC and CC. RGB value is (170,252,204). Sum of RGB (Red+Green+Blue) = 170+252+204=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCCC is #550333. Grayscale: #DEDEDE. Windows color (decimal): -5571380 or 13434026. OLE color: 13434026.

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

Color convert

RGB 170 252 204 -
CMYK 0.33 0 0.19 0.01
HSL 144.88º 0.93% 0.83% -
HSV(B) 144.88º 0.33% 0.99% -
XYZ 62.29 82.53 69.77 -
YUV 222.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 170 252 204 0.33 0 0.19 0.01 144.88 0.93 0.83
Hex AA FC CC 21 0 13 1 91 5D 53
Octal 252 374 314 41 0 23 1 221 135 123
Binary 10101010 11111100 11001100 100001 0 10011 1 10010001 1011101 1010011

Color Harmonies of #AAFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCCC

Black with #AAFCCC

Text Example


Text Example

White with #AAFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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