Html Css Color HEX #AAFACB Magic Mint

📋 copy color: '#AAFACB'

red 170 ◦ green 250 ◦ blue 203

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

Shades of Magic Mint #AAFACB

Tints of Magic Mint #AAFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.13%

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 27.29%
G = 40.13%
B = 32.58%

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

#AAFACB (or 0xAAFACB) is known color: Magic Mint. HEX triplet: AA, FA and CB. RGB value is (170,250,203). Sum of RGB (Red+Green+Blue) = 170+250+203=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACB is #550534. Grayscale: #DCDCDC. Windows color (decimal): -5571893 or 13367978. OLE color: 13367978.

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

Color convert

RGB 170 250 203 -
CMYK 0.32 0 0.19 0.02
HSL 144.75º 0.89% 0.82% -
HSV(B) 144.75º 0.32% 0.98% -
XYZ 61.54 81.23 68.94 -
YUV 220.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 170 250 203 0.32 0 0.19 0.02 144.75 0.89 0.82
Hex AA FA CB 20 0 13 2 91 59 52
Octal 252 372 313 40 0 23 2 221 131 122
Binary 10101010 11111010 11001011 100000 0 10011 10 10010001 1011001 1010010

Color Harmonies of #AAFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFACB

Black with #AAFACB

Text Example


Text Example

White with #AAFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFACB; }

 p { color: rgb(170,250,203); }

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

background-color css

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

 a { background-color: rgb(170,250,203); }

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

border-color css

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

 span { border-color: rgb(170,250,203); }

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