Html Css Color HEX #AAFBCC Magic Mint

📋 copy color: '#AAFBCC'

red 170 ◦ green 251 ◦ blue 204

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

Shades of Magic Mint #AAFBCC

Tints of Magic Mint #AAFBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.16%

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

R = 27.2%
G = 40.16%
B = 32.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#AAFBCC (or 0xAAFBCC) is known color: Magic Mint. HEX triplet: AA, FB and CC. RGB value is (170,251,204). Sum of RGB (Red+Green+Blue) = 170+251+204=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBCC is #550433. Grayscale: #DDDDDD. Windows color (decimal): -5571636 or 13433770. OLE color: 13433770.

HSL color Cylindrical-coordinate representation of color #AAFBCC: hue angle of 145.19º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBCC is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 204 -
CMYK 0.32 0 0.19 0.02
HSL 145.19º 0.91% 0.83% -
HSV(B) 145.19º 0.32% 0.98% -
XYZ 61.97 81.9 69.67 -
YUV 221.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 170 251 204 0.32 0 0.19 0.02 145.19 0.91 0.83
Hex AA FB CC 20 0 13 2 91 5B 53
Octal 252 373 314 40 0 23 2 221 133 123
Binary 10101010 11111011 11001100 100000 0 10011 10 10010001 1011011 1010011

Color Harmonies of #AAFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBCC

Black with #AAFBCC

Text Example


Text Example

White with #AAFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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