#AFFDC5

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

Shades of Magic Mint #AFFDC5

Tints of Magic Mint #AFFDC5

Color information

#AFFDC5 (or 0xAFFDC5) is unknown color: approx Magic Mint. HEX triplet: AF, FD and C5. RGB value is (175,253,197). Sum of RGB (Red+Green+Blue) = 175+253+197=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC5 is #50023A. Grayscale: #DFDFDF. Windows color (decimal): -5243451 or 12975535. OLE color: 12975535.

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

Color convert

RGB175253197-
CMYK0.3100.220.01
HSL136.92º95.12%83.92%-
HSV(B)136.92º30.83%99.22%-
XYZ62.8883.465.61-
YUV223.29113.1693.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=28%
G=40.48%
B=31.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531970.3100.220.01136.9295.1283.92
HexAFFDC51F0161895f54
Octal257375305370261211137124
Binary1010111111111101110001011111101011011000100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDC5; }

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

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

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

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

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

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

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

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