#AFFECE

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

Shades of Magic Mint #AFFECE

Tints of Magic Mint #AFFECE

Color information

#AFFECE (or 0xAFFECE) is unknown color: approx Magic Mint. HEX triplet: AF, FE and CE. RGB value is (175,254,206). Sum of RGB (Red+Green+Blue) = 175+254+206=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFECE is #500131. Grayscale: #E1E1E1. Windows color (decimal): -5243186 or 13565615. OLE color: 13565615.

HSL color Cylindrical-coordinate representation of color #AFFECE: hue angle of 143.54º 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 #AFFECE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB175254206-
CMYK0.3100.190.00
HSL143.54º97.53%84.12%-
HSV(B)143.54º31.1%99.61%-
XYZ64.2684.4571.31-
YUV224.91117.3392.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.56%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=27.56%
G=40%
B=32.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542060.3100.190.00143.5497.5384.12
HexAFFECE1F0130906254
Octal257376316370230220142124
Binary1010111111111110110011101111101001101001000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFECE; }

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

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

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

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

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

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

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

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