#AFF1D3

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

Shades of Magic Mint #AFF1D3

Tints of Magic Mint #AFF1D3

Color information

#AFF1D3 (or 0xAFF1D3) is unknown color: approx Magic Mint. HEX triplet: AF, F1 and D3. RGB value is (175,241,211). Sum of RGB (Red+Green+Blue) = 175+241+211=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D3 is #500E2C. Grayscale: #D9D9D9. Windows color (decimal): -5246509 or 13889967. OLE color: 13889967.

HSL color Cylindrical-coordinate representation of color #AFF1D3: hue angle of 152.73º 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 #AFF1D3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB175241211-
CMYK0.2700.120.05
HSL152.73º70.21%81.57%-
HSV(B)152.73º27.39%94.51%-
XYZ60.8976.7373.23-
YUV217.85124.1397.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=27.91%
G=38.44%
B=33.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752412110.2700.120.05152.7370.2181.57
HexAFF1D31B0C5994652
Octal257361323330145231106122
Binary10101111111100011101001111011011001011001100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1D3; }

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

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

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

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

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

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

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

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