#AFFEC6

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

Shades of Magic Mint #AFFEC6

Tints of Magic Mint #AFFEC6

Color information

#AFFEC6 (or 0xAFFEC6) is unknown color: approx Magic Mint. HEX triplet: AF, FE and C6. RGB value is (175,254,198). Sum of RGB (Red+Green+Blue) = 175+254+198=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEC6 is #500139. Grayscale: #E0E0E0. Windows color (decimal): -5243194 or 13041327. OLE color: 13041327.

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

Color convert

RGB175254198-
CMYK0.3100.220.00
HSL137.47º97.53%84.12%-
HSV(B)137.47º31.1%99.61%-
XYZ63.3184.0766.32-
YUV223.99113.3393.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 254 (99.61% from 255) = 40.51%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=27.91%
G=40.51%
B=31.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541980.3100.220.00137.4797.5384.12
HexAFFEC61F0160896254
Octal257376306370260211142124
Binary1010111111111110110001101111101011001000100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEC6; }

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

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

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

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

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

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

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

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