#AFFCDA

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

Shades of Magic Mint #AFFCDA

Tints of Magic Mint #AFFCDA

Color information

#AFFCDA (or 0xAFFCDA) is unknown color: approx Magic Mint. HEX triplet: AF, FC and DA. RGB value is (175,252,218). Sum of RGB (Red+Green+Blue) = 175+252+218=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCDA is #500325. Grayscale: #E1E1E1. Windows color (decimal): -5243686 or 14351535. OLE color: 14351535.

HSL color Cylindrical-coordinate representation of color #AFFCDA: hue angle of 153.51º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCDA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB175252218-
CMYK0.3100.130.01
HSL153.51º92.77%83.73%-
HSV(B)153.51º30.56%98.82%-
XYZ65.1483.879.07-
YUV225.1123.9992.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=27.13%
G=39.07%
B=33.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522180.3100.130.01153.5192.7783.73
HexAFFCDA1F0D19a5d54
Octal257374332370151232135124
Binary101011111111110011011010111110110111001101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCDA; }

 p { color: rgb(175,252,218); }

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

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

 a { background-color: rgb(175,252,218); }

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

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

 span { border-color: rgb(175,252,218); }

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