#AAFFCB

Color #AAFFCB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAFFCB

Tints of Magic Mint #AAFFCB

Color information

#AAFFCB (or 0xAAFFCB) is unknown color: approx 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

RGB170255203-
CMYK0.3300.200
HSL143.29º100%83.33%-
HSV(B)143.29º33.33%100%-
XYZ63.1284.3869.46-
YUV223.66116.3489.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552030.3300.200143.2910083.33
HexAAFFCB2101408f6453
Octal252377313410240217144123
Binary10101010111111111100101110000101010001000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>