#AFF3D5

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

Shades of Magic Mint #AFF3D5

Tints of Magic Mint #AFF3D5

Color information

#AFF3D5 (or 0xAFF3D5) is unknown color: approx Magic Mint. HEX triplet: AF, F3 and D5. RGB value is (175,243,213). Sum of RGB (Red+Green+Blue) = 175+243+213=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3D5 is #500C2A. Grayscale: #DBDBDB. Windows color (decimal): -5245995 or 14021551. OLE color: 14021551.

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

Color convert

RGB175243213-
CMYK0.2800.120.05
HSL153.53º73.91%81.96%-
HSV(B)153.53º27.98%95.29%-
XYZ61.7478.0274.76-
YUV219.25124.4796.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=27.73%
G=38.51%
B=33.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752432130.2800.120.05153.5373.9181.96
HexAFF3D51C0C59a4a52
Octal257363325340145232112122
Binary10101111111100111101010111100011001011001101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3D5; }

 p { color: rgb(175,243,213); }

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

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

 a { background-color: rgb(175,243,213); }

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

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

 span { border-color: rgb(175,243,213); }

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