#AFF5D1

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

Shades of Magic Mint #AFF5D1

Tints of Magic Mint #AFF5D1

Color information

#AFF5D1 (or 0xAFF5D1) is unknown color: approx Magic Mint. HEX triplet: AF, F5 and D1. RGB value is (175,245,209). Sum of RGB (Red+Green+Blue) = 175+245+209=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D1 is #500A2E. Grayscale: #DCDCDC. Windows color (decimal): -5245487 or 13759919. OLE color: 13759919.

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

Color convert

RGB175245209-
CMYK0.2900.150.04
HSL149.14º77.78%82.35%-
HSV(B)149.14º28.57%96.08%-
XYZ61.8479.0272.32-
YUV219.97121.8195.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=27.82%
G=38.95%
B=33.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452090.2900.150.04149.1477.7882.35
HexAFF5D11D0F4954e52
Octal257365321350174225116122
Binary10101111111101011101000111101011111001001010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5D1; }

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

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

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

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

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

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

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

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