#AFF1CE

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

Shades of Magic Mint #AFF1CE

Tints of Magic Mint #AFF1CE

Color information

#AFF1CE (or 0xAFF1CE) is unknown color: approx Magic Mint. HEX triplet: AF, F1 and CE. RGB value is (175,241,206). Sum of RGB (Red+Green+Blue) = 175+241+206=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1CE is #500E31. Grayscale: #D9D9D9. Windows color (decimal): -5246514 or 13562287. OLE color: 13562287.

HSL color Cylindrical-coordinate representation of color #AFF1CE: hue angle of 148.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1CE is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB175241206-
CMYK0.2700.150.05
HSL148.18º70.21%81.57%-
HSV(B)148.18º27.39%94.51%-
XYZ60.2876.4869.98-
YUV217.28121.6397.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=28.14%
G=38.75%
B=33.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412060.2700.150.05148.1870.2181.57
HexAFF1CE1B0F5944652
Octal257361316330175224106122
Binary10101111111100011100111011011011111011001010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1CE; }

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

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

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

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

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

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

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

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