#AFF5D6

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

Shades of Magic Mint #AFF5D6

Tints of Magic Mint #AFF5D6

Color information

#AFF5D6 (or 0xAFF5D6) is unknown color: approx Magic Mint. HEX triplet: AF, F5 and D6. RGB value is (175,245,214). Sum of RGB (Red+Green+Blue) = 175+245+214=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D6 is #500A29. Grayscale: #DCDCDC. Windows color (decimal): -5245482 or 14087599. OLE color: 14087599.

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

Color convert

RGB175245214-
CMYK0.2900.130.04
HSL153.43º77.78%82.35%-
HSV(B)153.43º28.57%96.08%-
XYZ62.4779.2775.63-
YUV220.54124.3195.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 245 (96.09% from 255) = 38.64%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=27.60%
G=38.64%
B=33.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452140.2900.130.04153.4377.7882.35
HexAFF5D61D0D4994e52
Octal257365326350154231116122
Binary10101111111101011101011011101011011001001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5D6; }

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

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

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

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

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

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

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

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