#AFF5CE

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

Shades of Magic Mint #AFF5CE

Tints of Magic Mint #AFF5CE

Color information

#AFF5CE (or 0xAFF5CE) is unknown color: approx Magic Mint. HEX triplet: AF, F5 and CE. RGB value is (175,245,206). Sum of RGB (Red+Green+Blue) = 175+245+206=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5CE is #500A31. Grayscale: #DBDBDB. Windows color (decimal): -5245490 or 13563311. OLE color: 13563311.

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

Color convert

RGB175245206-
CMYK0.2900.160.04
HSL146.57º77.78%82.35%-
HSV(B)146.57º28.57%96.08%-
XYZ61.4778.8870.38-
YUV219.62120.3196.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 245 (96.09% from 255) = 39.14%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=27.96%
G=39.14%
B=32.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752452060.2900.160.04146.5777.7882.35
HexAFF5CE1D0104934e52
Octal257365316350204223116122
Binary101011111111010111001110111010100001001001001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5CE; }

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

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

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

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

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

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

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

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