#AFFECF

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

Shades of Magic Mint #AFFECF

Tints of Magic Mint #AFFECF

Color information

#AFFECF (or 0xAFFECF) is unknown color: approx Magic Mint. HEX triplet: AF, FE and CF. RGB value is (175,254,207). Sum of RGB (Red+Green+Blue) = 175+254+207=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFECF is #500130. Grayscale: #E1E1E1. Windows color (decimal): -5243185 or 13631151. OLE color: 13631151.

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

Color convert

RGB175254207-
CMYK0.3100.190.00
HSL144.3º97.53%84.12%-
HSV(B)144.3º31.1%99.61%-
XYZ64.3884.571.95-
YUV225.02117.8392.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 254 (99.61% from 255) = 39.94%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=27.52%
G=39.94%
B=32.55%

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
Decimal1752542070.3100.190.00144.397.5384.12
HexAFFECF1F0130906254
Octal257376317370230220142124
Binary1010111111111110110011111111101001101001000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFECF; }

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

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

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

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

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

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

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

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