#AFEFC8

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

Shades of Magic Mint #AFEFC8

Tints of Magic Mint #AFEFC8

Color information

#AFEFC8 (or 0xAFEFC8) is unknown color: approx Magic Mint. HEX triplet: AF, EF and C8. RGB value is (175,239,200). Sum of RGB (Red+Green+Blue) = 175+239+200=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFC8 is #501037. Grayscale: #D7D7D7. Windows color (decimal): -5247032 or 13168559. OLE color: 13168559.

HSL color Cylindrical-coordinate representation of color #AFEFC8: hue angle of 143.44º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFC8 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB175239200-
CMYK0.2700.160.06
HSL143.44º66.67%81.18%-
HSV(B)143.44º26.78%93.73%-
XYZ58.9775.0266.02-
YUV215.42119.399.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=28.50%
G=38.93%
B=32.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752392000.2700.160.06143.4466.6781.18
HexAFEFC81B01068f4351
Octal257357310330206217103121
Binary101011111110111111001000110110100001101000111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFC8; }

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

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

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

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

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

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

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

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