#AFFFC8

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

Shades of Magic Mint #AFFFC8

Tints of Magic Mint #AFFFC8

Color information

#AFFFC8 (or 0xAFFFC8) is unknown color: approx Magic Mint. HEX triplet: AF, FF and C8. RGB value is (175,255,200). Sum of RGB (Red+Green+Blue) = 175+255+200=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC8 is #500037. Grayscale: #E0E0E0. Windows color (decimal): -5242936 or 13172655. OLE color: 13172655.

HSL color Cylindrical-coordinate representation of color #AFFFC8: hue angle of 138.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC8 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB175255200-
CMYK0.3100.220
HSL138.75º100%84.31%-
HSV(B)138.75º31.37%100%-
XYZ63.8684.867.65-
YUV224.8111492.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=27.78%
G=40.48%
B=31.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552000.3100.220138.7510084.31
HexAFFFC81F01608b6454
Octal257377310370260213144124
Binary1010111111111111110010001111101011001000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFC8; }

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

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

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

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

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

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

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

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