#AFFCDF

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

Shades of Magic Mint #AFFCDF

Tints of Magic Mint #AFFCDF

Color information

#AFFCDF (or 0xAFFCDF) is unknown color: approx Magic Mint. HEX triplet: AF, FC and DF. RGB value is (175,252,223). Sum of RGB (Red+Green+Blue) = 175+252+223=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCDF is #500320. Grayscale: #E1E1E1. Windows color (decimal): -5243681 or 14679215. OLE color: 14679215.

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

Color convert

RGB175252223-
CMYK0.3100.120.01
HSL157.4º92.77%83.73%-
HSV(B)157.4º30.56%98.82%-
XYZ65.8184.0682.57-
YUV225.67126.4991.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=26.92%
G=38.77%
B=34.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522230.3100.120.01157.492.7783.73
HexAFFCDF1F0C19d5d54
Octal257374337370141235135124
Binary101011111111110011011111111110110011001110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCDF; }

 p { color: rgb(175,252,223); }

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

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

 a { background-color: rgb(175,252,223); }

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

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

 span { border-color: rgb(175,252,223); }

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