#AFFDDD

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

Shades of Magic Mint #AFFDDD

Tints of Magic Mint #AFFDDD

Color information

#AFFDDD (or 0xAFFDDD) is unknown color: approx Magic Mint. HEX triplet: AF, FD and DD. RGB value is (175,253,221). Sum of RGB (Red+Green+Blue) = 175+253+221=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDD is #500222. Grayscale: #E2E2E2. Windows color (decimal): -5243427 or 14548399. OLE color: 14548399.

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

Color convert

RGB175253221-
CMYK0.3100.130.01
HSL155.38º95.12%83.92%-
HSV(B)155.38º30.83%99.22%-
XYZ65.8684.5881.26-
YUV226.03125.1691.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=26.96%
G=38.98%
B=34.05%

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
Decimal1752532210.3100.130.01155.3895.1283.92
HexAFFDDD1F0D19b5f54
Octal257375335370151233137124
Binary101011111111110111011101111110110111001101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDDD; }

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

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

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

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

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

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

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

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