#AFF4D1

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

Shades of Magic Mint #AFF4D1

Tints of Magic Mint #AFF4D1

Color information

#AFF4D1 (or 0xAFF4D1) is unknown color: approx Magic Mint. HEX triplet: AF, F4 and D1. RGB value is (175,244,209). Sum of RGB (Red+Green+Blue) = 175+244+209=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4D1 is #500B2E. Grayscale: #DBDBDB. Windows color (decimal): -5245743 or 13759663. OLE color: 13759663.

HSL color Cylindrical-coordinate representation of color #AFF4D1: hue angle of 149.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4D1 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB175244209-
CMYK0.2800.140.04
HSL149.57º75.82%82.16%-
HSV(B)149.57º28.28%95.69%-
XYZ61.5478.4272.21-
YUV219.38122.1496.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 244 (95.70% from 255) = 38.85%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=27.87%
G=38.85%
B=33.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442090.2800.140.04149.5775.8282.16
HexAFF4D11C0E4964c52
Octal257364321340164226114122
Binary10101111111101001101000111100011101001001011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4D1; }

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

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

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

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

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

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

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

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