#AFF9DD

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

Shades of Magic Mint #AFF9DD

Tints of Magic Mint #AFF9DD

Color information

#AFF9DD (or 0xAFF9DD) is unknown color: approx Magic Mint. HEX triplet: AF, F9 and DD. RGB value is (175,249,221). Sum of RGB (Red+Green+Blue) = 175+249+221=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DD is #500622. Grayscale: #DFDFDF. Windows color (decimal): -5244451 or 14547375. OLE color: 14547375.

HSL color Cylindrical-coordinate representation of color #AFF9DD: hue angle of 157.3º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9DD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB175249221-
CMYK0.3000.110.02
HSL157.3º86.05%83.14%-
HSV(B)157.3º29.72%97.65%-
XYZ64.6182.0980.85-
YUV223.68126.4893.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=27.13%
G=38.60%
B=34.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752492210.3000.110.02157.386.0583.14
HexAFF9DD1E0B29d5653
Octal257371335360132235126123
Binary1010111111111001110111011111001011101001110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9DD; }

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

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

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

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

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

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

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

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