#AFF4CE

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

Shades of Magic Mint #AFF4CE

Tints of Magic Mint #AFF4CE

Color information

#AFF4CE (or 0xAFF4CE) is unknown color: approx Magic Mint. HEX triplet: AF, F4 and CE. RGB value is (175,244,206). Sum of RGB (Red+Green+Blue) = 175+244+206=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4CE is #500B31. Grayscale: #DBDBDB. Windows color (decimal): -5245746 or 13563055. OLE color: 13563055.

HSL color Cylindrical-coordinate representation of color #AFF4CE: hue angle of 146.96º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4CE is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB175244206-
CMYK0.2800.160.04
HSL146.96º75.82%82.16%-
HSV(B)146.96º28.28%95.69%-
XYZ61.1778.2770.28-
YUV219.04120.6496.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 244 (95.70% from 255) = 39.04%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=28%
G=39.04%
B=32.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442060.2800.160.04146.9675.8282.16
HexAFF4CE1C0104934c52
Octal257364316340204223114122
Binary101011111111010011001110111000100001001001001110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4CE; }

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

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

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

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

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

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

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

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