#AFFEC8

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

Shades of Magic Mint #AFFEC8

Tints of Magic Mint #AFFEC8

Color information

#AFFEC8 (or 0xAFFEC8) is unknown color: approx Magic Mint. HEX triplet: AF, FE and C8. RGB value is (175,254,200). Sum of RGB (Red+Green+Blue) = 175+254+200=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEC8 is #500137. Grayscale: #E0E0E0. Windows color (decimal): -5243192 or 13172399. OLE color: 13172399.

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

Color convert

RGB175254200-
CMYK0.3100.210.00
HSL138.99º97.53%84.12%-
HSV(B)138.99º31.1%99.61%-
XYZ63.5584.1767.54-
YUV224.22114.3392.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=27.82%
G=40.38%
B=31.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542000.3100.210.00138.9997.5384.12
HexAFFEC81F01508b6254
Octal257376310370250213142124
Binary1010111111111110110010001111101010101000101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEC8; }

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

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

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

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

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

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

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

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