#AAFBCF

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

Shades of Magic Mint #AAFBCF

Tints of Magic Mint #AAFBCF

Color information

#AAFBCF (or 0xAAFBCF) is unknown color: approx Magic Mint. HEX triplet: AA, FB and CF. RGB value is (170,251,207). Sum of RGB (Red+Green+Blue) = 170+251+207=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBCF is #550430. Grayscale: #DDDDDD. Windows color (decimal): -5571633 or 13630378. OLE color: 13630378.

HSL color Cylindrical-coordinate representation of color #AAFBCF: hue angle of 147.41º 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 #AAFBCF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB170251207-
CMYK0.3200.180.02
HSL147.41º91.01%82.55%-
HSV(B)147.41º32.27%98.43%-
XYZ62.3482.0571.58-
YUV221.76119.6691.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=27.07%
G=39.97%
B=32.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512070.3200.180.02147.4191.0182.55
HexAAFBCF200122935b53
Octal252373317400222223133123
Binary101010101111101111001111100000010010101001001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBCF; }

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

 H1.HeaderClassName
 {
   color: #AAFBCF;
 }
 .AnyTagClassName
 {
   color: #AAFBCF;
 }
</style>
background-color css

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

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

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

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

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

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