#AFFDD1

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

Shades of Magic Mint #AFFDD1

Tints of Magic Mint #AFFDD1

Color information

#AFFDD1 (or 0xAFFDD1) is unknown color: approx Magic Mint. HEX triplet: AF, FD and D1. RGB value is (175,253,209). Sum of RGB (Red+Green+Blue) = 175+253+209=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD1 is #50022E. Grayscale: #E0E0E0. Windows color (decimal): -5243439 or 13761967. OLE color: 13761967.

HSL color Cylindrical-coordinate representation of color #AFFDD1: hue angle of 146.15º degrees, saturation: 0.95, 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 #AFFDD1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB175253209-
CMYK0.3100.170.01
HSL146.15º95.12%83.92%-
HSV(B)146.15º30.83%99.22%-
XYZ64.3183.9773.14-
YUV224.66119.1692.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=27.47%
G=39.72%
B=32.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532090.3100.170.01146.1595.1283.92
HexAFFDD11F0111925f54
Octal257375321370211222137124
Binary1010111111111101110100011111101000111001001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDD1; }

 p { color: rgb(175,253,209); }

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

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

 a { background-color: rgb(175,253,209); }

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

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

 span { border-color: rgb(175,253,209); }

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