#AFDFC8

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

Shades of Magic Mint #AFDFC8

Tints of Magic Mint #AFDFC8

Color information

#AFDFC8 (or 0xAFDFC8) is unknown color: approx Magic Mint. HEX triplet: AF, DF and C8. RGB value is (175,223,200). Sum of RGB (Red+Green+Blue) = 175+223+200=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC8 is #502037. Grayscale: #CECECE. Windows color (decimal): -5251128 or 13164463. OLE color: 13164463.

HSL color Cylindrical-coordinate representation of color #AFDFC8: hue angle of 151.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFC8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB175223200-
CMYK0.2200.100.13
HSL151.25º42.86%78.04%-
HSV(B)151.25º21.52%87.45%-
XYZ54.4966.0664.52-
YUV206.03124.6105.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=29.26%
G=37.29%
B=33.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752232000.2200.100.13151.2542.8678.04
HexAFDFC8160AD972b4e
Octal257337310260121522753116
Binary10101111110111111100100010110010101101100101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFC8; }

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

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

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

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

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

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

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

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