Html Css Color HEX #AAFCCB Magic Mint

📋 copy color: '#AAFCCB'

red 170 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #AAFCCB

Tints of Magic Mint #AAFCCB

RGB

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

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

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

R = 27.2%
G = 40.32%
B = 32.48%

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

#AAFCCB (or 0xAAFCCB) is known color: Magic Mint. HEX triplet: AA, FC and CB. RGB value is (170,252,203). Sum of RGB (Red+Green+Blue) = 170+252+203=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCCB is #550334. Grayscale: #DEDEDE. Windows color (decimal): -5571381 or 13368490. OLE color: 13368490.

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

Color convert

RGB 170 252 203 -
CMYK 0.33 0 0.19 0.01
HSL 144.15º 0.93% 0.83% -
HSV(B) 144.15º 0.33% 0.99% -
XYZ 62.17 82.48 69.14 -
YUV 221.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 170 252 203 0.33 0 0.19 0.01 144.15 0.93 0.83
Hex AA FC CB 21 0 13 1 90 5D 53
Octal 252 374 313 41 0 23 1 220 135 123
Binary 10101010 11111100 11001011 100001 0 10011 1 10010000 1011101 1010011

Color Harmonies of #AAFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCCB

Black with #AAFCCB

Text Example


Text Example

White with #AAFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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