#AFECD6

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

Shades of Magic Mint #AFECD6

Tints of Magic Mint #AFECD6

Color information

#AFECD6 (or 0xAFECD6) is unknown color: approx Magic Mint. HEX triplet: AF, EC and D6. RGB value is (175,236,214). Sum of RGB (Red+Green+Blue) = 175+236+214=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD6 is #501329. Grayscale: #D7D7D7. Windows color (decimal): -5247786 or 14085295. OLE color: 14085295.

HSL color Cylindrical-coordinate representation of color #AFECD6: hue angle of 158.36º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECD6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB175236214-
CMYK0.2600.090.07
HSL158.36º61.62%80.59%-
HSV(B)158.36º25.85%92.55%-
XYZ59.8173.9674.74-
YUV215.25127.2999.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=28%
G=37.76%
B=34.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362140.2600.090.07158.3661.6280.59
HexAFECD61A0979e3e51
Octal25735432632011723676121
Binary1010111111101100110101101101001001111100111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECD6; }

 p { color: rgb(175,236,214); }

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

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

 a { background-color: rgb(175,236,214); }

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

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

 span { border-color: rgb(175,236,214); }

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