Html Css Color HEX #AAFFCB Magic Mint

📋 copy color: '#AAFFCB'

red 170 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #AAFFCB

Tints of Magic Mint #AAFFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.61%

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

R = 27.07%
G = 40.61%
B = 32.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#AAFFCB (or 0xAAFFCB) is known color: Magic Mint. HEX triplet: AA, FF and CB. RGB value is (170,255,203). Sum of RGB (Red+Green+Blue) = 170+255+203=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFCB is #550034. Grayscale: #DFDFDF. Windows color (decimal): -5570613 or 13369258. OLE color: 13369258.

HSL color Cylindrical-coordinate representation of color #AAFFCB: hue angle of 143.29º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFCB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 203 -
CMYK 0.33 0 0.20 0
HSL 143.29º 1% 0.83% -
HSV(B) 143.29º 0.33% 1% -
XYZ 63.12 84.38 69.46 -
YUV 223.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 170 255 203 0.33 0 0.20 0 143.29 1 0.83
Hex AA FF CB 21 0 14 0 8F 64 53
Octal 252 377 313 41 0 24 0 217 144 123
Binary 10101010 11111111 11001011 100001 0 10100 0 10001111 1100100 1010011

Color Harmonies of #AAFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFCB

Black with #AAFFCB

Text Example


Text Example

White with #AAFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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